I have created a drop-down menu with auto-submit function. my coding is in the following:
<form name="form1" method="GET" action="mainpage_search">
<select name="whatshot" onchange="form1.submit()>
<option value="football">Football Fever</option>
<option value="Traffic">Traffic Info</option>
</select>
</p>
</form>
When i run it in IE, it works, but when i using mobile phone to test it, the onchange will not work. Pls help me