Form submission works in Firefox... but not in I.E. Go figure.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vozzek
    New Member
    • Sep 2007
    • 40

    Form submission works in Firefox... but not in I.E. Go figure.

    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:

    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?
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    I could not see anything unexpected but remove value="go" and then try again. Image input takes the coordinates as values itself.

    Comment

    Working...