所有人,
这里简单的问题——新到来——可能无法工作。
当我改变下降的价值时,我试图发出警告。 采用《公约》。 我的守则如下:
This event gets attached when the page loads...
dojo.query( #inquiry_type select ).connect( onchange , this.Context, inquiry_type_onchange );
This is the inquiry_type_onchange function...
inquiry_type_onchange: function() {
alert("changed!");
}
我的超文本代码,编号为:粉碎箱。
<select name="inquiry_type" id="inquiry_type" class="inquiry_type">
<option selected="selected" value="">Select Below</option>
<option value="Place an Order">Place an Order</option>
<option value="Order Status">Order Status</option>
</select>
事先感谢任何援助!