Hi,
I've got a page with nothing on apart from the following
<form method="get" action="test.asp" onClick="submit()" name="Form">
<select class="text2" name="criteria">
<option value="BWB">BWB Diary</option>
<option value="Training">Training Diary</option>
</select>
</form>
When I make a selection the form is submitting but the resulting querystring always says BWB regardless of which option I select. It works fine in IE6 but not IE7. Where am I going wrong?
Thanks
Ed
I've got a page with nothing on apart from the following
<form method="get" action="test.asp" onClick="submit()" name="Form">
<select class="text2" name="criteria">
<option value="BWB">BWB Diary</option>
<option value="Training">Training Diary</option>
</select>
</form>
When I make a selection the form is submitting but the resulting querystring always says BWB regardless of which option I select. It works fine in IE6 but not IE7. Where am I going wrong?
Thanks
Ed