I'm trying to create a page where i have a framed form on it. So far everythings is ok. However, after completing the form and hit "Submit" i want my visitors to continue the process on the website i'm framing and not having just a portion of the website framed on my page. How can i do it ?
Thanks for your reply postyr. I fixed the link already. well. that's the thing, i don't wont... lets say the source page to remain framed on my site. I want to iframe only the form as you'll see and after completion the user goes to the source website. I've seen this many times but i just don't know how to do. it. My html are very poor by the way..
You are going to have a tough time with this. It appears you are using pages from another site inside your i-frame. In order to break out of the frame, you would need to alter the link with a target statement to direct where the link should open. But since you cannot alter the code, there is no way for you to add the target statement.
It -- if you have seen this done elsewhere, can you post a link to a page that does it?
It might be possible to capture the mouse click over the 'Go' button on the form (which I assume is the 'Submit' button) and somehow use that to link directly to the Gerber site -- the one in your i-frame. It's just a thought at this stage -- I'm very short on the 'how to' details!
Posts: 9248 | Location: Wellington, New Zealand | Registered: December 11, 2003
Oh boy...I've got the code but after uploading the files to my host i realized that it's not working... Let me see if i can make it work if not i'll place the codes on a page with a little bit of explanation.. Thanks !