Jump to content

I.E. Sucks. Form Submission with Graphic Button help please?


vozzek

Recommended Posts

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:

 

<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>

 

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?

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.