Amezis 0 Report post Posted March 20, 2005 in normal links, you can add "_top" to the target, so it opens in the whole page, not only the frame... Is there a way to do the same with form submit buttons? Share this post Link to post Share on other sites
vizskywalker 0 Report post Posted March 20, 2005 You could try using an onSubmit code with javascript and redirect the top to the site you want to go to. Or use PHP or Perl or another language that can easily process form data and print a new page to handle it. Sorry I don't have code for you, but I don't have time to look it up and haven't done it before. The javascript onSubmit is all over the web though, just do a search. Share this post Link to post Share on other sites
Amezis 0 Report post Posted March 20, 2005 Ummm... Can someone just give me a code? Share this post Link to post Share on other sites
ket 0 Report post Posted March 22, 2005 google is your friend.. search there and you'll find it! Share this post Link to post Share on other sites
Hamtaro 0 Report post Posted March 22, 2005 To use _top as your target, use: <form action="somefile.php" method="post" target="_top"> Of course, you should change the action to whatever file you are using. Share this post Link to post Share on other sites
Amezis 0 Report post Posted March 22, 2005 Yay thanks! I thought i had to put the target="_top" code on the submit button Share this post Link to post Share on other sites