answersLogoWhite

0

When you click on submit, send the form to a servlet. From there you can manage where you want to send the flow.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the difference between button and submit button in html?

A diferença é que um envia o comando HTML e o outro não


How do you send a message from jsp file to HTML file in tomcat server?

just click submit


How do you wrte aform in HTML?

<html> <body> <form name="input" action="action.asp" method="post"> First name: <input type="text" name="FirstName" value="Rocky" size="20" /><br /> Last name: <input type="text" name="LastName" value="Maivia" size="20" /><br /> <input type="submit" value="Submit" /> </form> <p>Click the "Submit" button and the page would be submitted to "action.asp".</p> </body> </html>


Does anyone have a javascript to change displayed swf files by clicking a button - first display page1dotswf then click a button and change it to page2dotswf?

you can make a whole website in flash that has all these different pages. then you just embed it into an HTML page and that is what i think you are trying to get at.


How do you embed HTML codes in a blog?

To add HTML code to your Blog:> Click on Customize/Layout> Click on Add a Gadget> Under Basic menu, click + button beside Add HTML/JavascriptThe feature opens up a new window where you can paste your HTML code.


How can submit form and popup come on single submit button click at a time?

Here is the code: <head> <html> <script type="text/javascript" language="javascript"> function submitForm() { // Validation Code in here var confirm = confirm("Are you sure you want to submit"); if(confirm==true) { form1.form.submit(); return true; } else { return false; } } </script> </head> <body> <form name="form1" action="file_name.php" method="post"> // Other form elements here <input type="submit" name="submit" id="submit" onclick="javascript:submitForm();return false;" /> </form> </body> </html>


What is the syntax to call a jsp page from HTML button?

There are several ways to use an HTML button to go to a web page. You can keep it simple. This example uses "page.jsp" in the same directory as your HTML page for your target location. You can use the following code:


Different types of input html?

HTML supports ten input types: button, checkbox, file, hidden, image, password, radio, reset, submit, and text.


When you edit HTML code the internet explorer does not display the changes?

When you edit the code you need to press the refresh button on the browser!


Once an HTML document has been created how do you display it?

In a Web browser. Right click the file and select open with


How do you create a button in HTML?

This will create a button with the words Click Here written on it. The tag must be inside Form tags, as buttons are part of forms.


How do I put videos on my website using HTML?

If you want to put a youtube video onto your website then click on the share button. Then click on the option Embed. There will be HTML text, all you have to do is copy and paste that. :) Good luck!