Jump to content
xisto Community
Amezis

I Need Help With A Form...

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.