Okay, I've got a tiny little form that works fine in Firefox, but I.E. won't let me push the button to file it. Here is the code:
Somehow this works in Firefox, but I.E. won't submit the form. The mouse pointer turns into a hand, indicating I'm about to push a button... but no matter how hard I pushed the left mouse button (and I've tried all different amounts of downward pressure) - nothing.
Anyone have a clue?
Code:
<form method="post" action="/search_results.php">
<table>
<tr>
<td valign="middle" class="gobutton">Search: <input type="text" name="srch" size="15"></td>
<td valign="top"><input type="image" value="Go" src="/Images/button_go_new.png" class="greensubmit"></td>
</tr>
</table>
</form>
Anyone have a clue?
Comment