logged_with_bugmenot Posted August 21, 2006 Share Posted August 21, 2006 How would I include a form processor in an iframe on an html page so that the form action would be "page.php" and "page.php" is in an iframe on "page2.html"?And if that was too confusing:page.htm is the page with the formpage.php is the processorpage2.htm is another page that contains the form processor in an iframeHow would I code that? Link to comment https://forums.phpfreaks.com/topic/18145-php-form-processor-in-iframe/ Share on other sites More sharing options...
ToonMariner Posted August 21, 2006 Share Posted August 21, 2006 you would have to make page2 a php file so it could do something with the variables posted/got from the form previously. Then have the source of teh iframe set to page.php?var1=x&var2=yyou would generate the strings through php for teh url....hope that helpsbut the real question is why the hell would you want to.(Some may tell that I have frames/iframes with a passion Link to comment https://forums.phpfreaks.com/topic/18145-php-form-processor-in-iframe/#findComment-77812 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.