i figured out how to iframe a specific section of another webpage onto my webpage....i iframed the part of the page that people enter some info into and click "submit"... however...when they click submit (on the iframed page)...it loads the next page within that iframe on my webpage. instead...i want it to either pop a window out (target _blank) or even better would load the next page in the full browser window and leave my page.. how do i do that? PS...i have no control over the iframed page.
Yes it is right. I think you could set up a javascript redirect to the new page which would function for instance onmouseedown event, but it would reset the form.
what do you mean reset the form? the submission of the first form is important...then i want the page that that submit goes to to pop into a new window.