I have a question like this. I have 2 pages in my web for example and page 1 when submited goes to page 2, and of course with it all its html form elements. My question here is i have an iframe in page1 so how to i send the hidden elements from the iframe to page 2 when( page1 is submited)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
try this script
and then put the values in page1 hidden element and submit the page... before the end of script
this script functiopn you must call it when presing the button to submit the page 1 to p2 |
||||
|
|