View previous topic :: View next topic |
Author |
Message |
lendes
Joined: 20 Jan 2009 Posts: 3
|
Posted: Sun Feb 01, 2009 9:46 pm Post subject: Redirect page gets embedded into previous page |
|
|
I have no problem with my form, it is working great! The problem I'm having is with my redirect page. It does not open on a new clear screen. When I click on SUBMIT, a portion of the current webpage (with the form) is cleared and the redirect page gets embedded into that webpage. Is there some html command that will clear the screen and remove the current page when I SUBMIT so that my redirect page can open onto a clear screen? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Feb 02, 2009 9:19 pm Post subject: Reply |
|
|
It sounds like you are using frames and are redirecting to the frame container, and not the actual content containing page within the frameset. Basically, when configuring the redirect you need to set the redirect to the actual content containing page that should be opened within the main frameset.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
lendes
Joined: 20 Jan 2009 Posts: 3
|
Posted: Mon Feb 02, 2009 11:51 pm Post subject: |
|
|
I think I uderstand what you are saying but how do I redirect to the content of the page? Is there a simple html command or a few html lines of code that can accomplish this? My knowledge of html is very limited. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Feb 09, 2009 7:42 pm Post subject: Reply |
|
|
lendes wrote: |
I think I uderstand what you are saying but how do I redirect to the content of the page? Is there a simple html command or a few html lines of code that can accomplish this? My knowledge of html is very limited. |
Set the redirect page to:
http://www.finbarassociates.com/sav/
This should do the trick.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|