Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ About html tag

Posted by: happy123 Feb 27 2009, 05:09 PM

Pls Help

what html tag can I use to send a user to a correct page

<input type="submit" name="Submit" value="Return to page">

Posted by: Darin McGrew Feb 27 2009, 05:56 PM

Please see the FAQ entry http://www.htmlhelp.com/faq/html/publish.html#redirect If that doesn't answer your question, then please explain in more detail what you're trying to do.

Posted by: happy123 Feb 27 2009, 09:18 PM

There are 2 input submit buttons, which are

<input type="submit" name="Submit" value="Return To Login">

<input type="submit" name="Submit2" value="Purchase Products">

Both input will go to different page.

The question is "Use HTML tags that will send the customer to the correct page"

I have no idea what tag should I use to do it

I can use response.redirect to do it...but I dunno in html

Can anyone help me with this?..thx

Posted by: Christian J Feb 28 2009, 07:54 AM

I merged two topics into one.

Posted by: pandy Feb 28 2009, 03:26 PM

You must make the script that handles the form send different pages to the browser depending on which button is clicked. See http://htmlhelp.com/faq/html/forms.html#two-submit .
Is there a reason to use a form for this though, i.e. is there real form data submitted? Otherwise links would be simpler.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)