Page is a not externally linkable
twist - 3:27 am on Apr 7, 2005 (gmt 0)
It works without a problem in firefox and opera but in IE6 it just refreshes the page. If I hit refresh in IE it says "...this page cannot be refreshed without resending data..." Any idead? <form action="http://example.com/page" method="get" enctype="text/plain"> <td>A<br /> <td>B<br /> <td> </tr>
It must be something simple that I am just overlooking so I hope someone here might be able to spot it.
<table>
<tr>
<select name="a">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5" selected="selected">5</option></select>
</td>
<select name="b">
<option value="1" selected="selected">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
</td>
<input type="submit" value="Next"></input>
</td>
</table>
</form>