Hi all!
Apparently, IE chokes at this:
<form action="site.php" method="POST">
<select name="name">
<option value="0" onClick="this.form.submit()">Everyone
<option value="3" onClick="this.form.submit()">Males only
<option value="4" onClick="this.form.submit()">Females only
<option value="5" onClick="this.form.submit()">North Americans only
</select>
</form>
You can click on any of the options but the page does not get reloaded. I tried the same code in Firefox and it works perfect. I havent tried it in Netscape .. but I need to fix it to work on IE first (I am using the latest IE). Oh and I dont want to add a button..
Any help?!? 😕
Thanks!