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 Link to comment https://forums.phpfreaks.com/topic/88614-solved-post-target-iframe-not-working-in-ie-firefox-works-great/ 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. Link to comment https://forums.phpfreaks.com/topic/88614-solved-post-target-iframe-not-working-in-ie-firefox-works-great/#findComment-454000 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 Link to comment https://forums.phpfreaks.com/topic/88614-solved-post-target-iframe-not-working-in-ie-firefox-works-great/#findComment-454003 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.