我有一個onChange
事件在select
。this.value正在使用Firefox,但不能在Internet Explorer中使用?
當我做alert(this.value)
時,它使用Firefox,但不使用Internet Explorer。爲什麼不?
這是代碼:
<select onchange="new Ajax.Updater('fiches', '/~project/index.php/folder/fiche', {asynchronous:true, evalScripts:true, parameters:'fiche=' + this.value});" class="input" id="fiche" name="fiche">
<option value="0">Choisir ma fiche</option>
<option value="1">Vous etes salariés</option>
<option value="2">Sans emploi</option>
</select>
請將您的HTML和JavaScript代碼添加到問題中,否則我們在這裏尋找乾草堆裏的針。 – Prutswonder 2010-07-16 12:08:47
&你寫的代碼是? – Salil 2010-07-16 12:09:25
我不熟悉symfony,但是''新的Ajax.Updater(...);「'一個有效的構造函數?例如是「Ajax」,你想要實例化的對象,因此''新的Ajax()。Updater(...);「'可能會更好? – scunliffe 2010-07-16 13:01:26