casbboy Posted January 30, 2008 Share Posted January 30, 2008 I have a form targeting an IFRAME hidden on the same page. The form posts a few variables over to it. While the whole thing works as it should on FireFox, the IFRAME doesn't respond at all in internet explorer. Is there a fix to this? Thanks Ryan Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted January 31, 2008 Share Posted January 31, 2008 Post your code; so I can see what is going wrong. Quote Link to comment Share on other sites More sharing options...
casbboy Posted January 31, 2008 Author Share Posted January 31, 2008 I figured it out. I had a javascript being called (change the value of the Submit button onclick) and it was holding up the show in IE. I just added submit() first and it fixed it. Thanks Ryan 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.