vozzek Posted June 20, 2008 Share Posted June 20, 2008 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? Quote Link to comment Share on other sites More sharing options...
lonewolf217 Posted June 20, 2008 Share Posted June 20, 2008 couldn't tell you. just sampled the same exact code on my setup and it submitted the form just fine in FF and IE Quote Link to comment Share on other sites More sharing options...
vozzek Posted June 20, 2008 Author Share Posted June 20, 2008 Whooooops! I had forgotten to close a quote the line before, when defining some CSS font stuff. The fact that Firefox can look past this but I.E. errors out on it makes me laugh. Thanks for trying to help though! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.