pixeltrace Posted July 5, 2007 Share Posted July 5, 2007 hi, i need help, i have a form that i inside an iframe and the result must be submitted into the top page in the form will i use "get" or "post" and in the action, what will i place? thanks! Link to comment https://forums.phpfreaks.com/topic/58548-how-to-submit-result-outside-iframe/ Share on other sites More sharing options...
per1os Posted July 5, 2007 Share Posted July 5, 2007 Javascript is what you will need. This isn't a PHP related question at all. Link to comment https://forums.phpfreaks.com/topic/58548-how-to-submit-result-outside-iframe/#findComment-290406 Share on other sites More sharing options...
soycharliente Posted July 5, 2007 Share Posted July 5, 2007 Why can't the action just be the top page? If that top page is the page that has the code the runs/process the form, he should just submit it to that page. And if he wants the iframe src to be able to use variables and whatnot, he could turn globals on. And to use functions, include an external function file. Right? Link to comment https://forums.phpfreaks.com/topic/58548-how-to-submit-result-outside-iframe/#findComment-290473 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.