smitagodbole Posted October 25, 2010 Share Posted October 25, 2010 I can't submit php form using IE 8. This works fine on Firefox very well. I tried following code but none of them is working. 1. <button type="submit">Submit</button> 2. <input type="submit" value="Submit" name="submit"> I would appreciate if any one help me in this. Quote Link to comment https://forums.phpfreaks.com/topic/216741-cant-submit-php-form-on-ie-8/ Share on other sites More sharing options...
phpfreak Posted October 25, 2010 Share Posted October 25, 2010 Can you show us the code? Quote Link to comment https://forums.phpfreaks.com/topic/216741-cant-submit-php-form-on-ie-8/#findComment-1126009 Share on other sites More sharing options...
smitagodbole Posted October 25, 2010 Author Share Posted October 25, 2010 I just attached a file but don't know whether you get it or not. Please let me know. Smita [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/216741-cant-submit-php-form-on-ie-8/#findComment-1126018 Share on other sites More sharing options...
OldWest Posted October 25, 2010 Share Posted October 25, 2010 The JavaScript would be my first suspect.. Remove the JavaScript and try submitting the form, then look into the html and php. Ensure your <form> is enclosed properly and all tags inside are closed properly. Quote Link to comment https://forums.phpfreaks.com/topic/216741-cant-submit-php-form-on-ie-8/#findComment-1126051 Share on other sites More sharing options...
Pikachu2000 Posted October 25, 2010 Share Posted October 25, 2010 What he said ^^^^. As the code sits right now, if I disable javascript in FireFox the form submits just fine. Quote Link to comment https://forums.phpfreaks.com/topic/216741-cant-submit-php-form-on-ie-8/#findComment-1126073 Share on other sites More sharing options...
harristweed Posted October 25, 2010 Share Posted October 25, 2010 I had an issue with IE not submitting. The problem was caused by <div>'s I had a div covering the submit button. I added a z-index to the div that the button was in and 'hey presto'............ Quote Link to comment https://forums.phpfreaks.com/topic/216741-cant-submit-php-form-on-ie-8/#findComment-1126096 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.