answersLogoWhite

0


Best Answer

Data may be sent to another location. What happens will be decided by how the page is designed and where the designer wants to send the data and how it is to be sent. So there is not a single answer to the question.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When the user clicks on the Submit button the content of the form is sent to another file in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is form elements in java script?

Use one of the event listeners to use Javascript for form fields. For e.g.For text: This little code would run javascript script when any change is done to the text of username. Here is another exampleFor Submit: This little code would ensure data is validated on client side (provided a client script exists).For more information on event listeners check the Related Links section


What is an actionlistener?

An ActionListener is exactly what it sounds like. It's an interface used by other classes to listen for an action event. The simplest example of this is on a Button. Normally when you add a Button to a Component nothing will happen when you press it. You need to use a button.addActionListener(actionListener) call to make it listen for button clicks.


What does BtnShow.EnabledFalse mean?

BtnShow is the (user-defined) name of an object. The prefix "Btn" implies the object is a button and it presumably has the caption "Show". All objects have an Enabled property which can be set to true or false. If true, the button object will respond to mouse-clicks and other events (such as keyboard events). If false, the button object will be disabled (visually, it will be appear greyed-out) and becomes unresponsive.Clicking a "Show" button will typically reveal another object (such as another form). The "Show" button becomes redundant at that point thus it makes sense to disable it by setting Enabledto false whenever it is clicked.Obviously, the button needs to be re-enabled when the other object is subsequently hidden or closed by the user, thus you will need to set up an event handler for the other object's close event (such as FormClosed if the other object is a form). The event handler simply needs to set the button's Enabledproperty back to true.


How do you simulate mouse clicks in c plus plus?

The easy way is to simply invoke the relevant message handlers. If you wish to simulate mouse clicks within another application, however, post the relevant messages to the operating system's message queue. The OS will pass them to the appropriate application.


Difference between alert number javascript?

alert() function display the message to the user with OK button. Pressing 'OK' button will close the pop up message box. Example: Please enter your name. confirm() function will display the message to user with OK and CANCEL button .Pressing OK return 'true' to js script where as pressing CANCEL button return 'false' to js script. confirm() function is mostly used to collect the user's input also. Example: Are you willing proceed?

Related questions

How does one submit a form using JavaScript?

You can submit a form with Javascript by using certain code which allows you to firstly create a form then nest this with a button that will submit when, for example, a user clicks on it.


What is the Add to Google button?

The Add to Google button is a way for website developers to get their content added to the user's Google homepage or their Google Reader. If the user clicks on it, they will be able to see if there is new content on the site right from their homepage.


What is the format for writing test scenarios in excel sheet?

Test Scenarios TemplateProject NameTEST SCENARIOSTeam ID:Author:Test Manager:Test Lead:Date:SR. NO.MODULE NAMESUB MODULE NAMETest Condition (Object)SCENARIOCOMMENT1LoginLoginUSERNAME/PASSWORD1.If the username and password are correct and user clicks on SUBMIT button, user should be logged in.2.If the username or password are incorrect and user clicks on SUBMIT button then appropriate error message should be displayed.ValidInvalid.


Does a mouse stop working once its out of clicks?

I have a Logitech G602 and it has supposedly 20 million clicks on both left and right button. Once those clicks are over, will the button stop working completly?


When the user clicks on the Start button programs that are to be displayed permanently are shown in what area?

When the user clicks on the Start button, programs that are to be displayed permanently are shown in the ________ area


How does Justin Bieber RT someone?

he clicks the Retweet button


Can roomies on Sims 2 Double Deluxe get married?

If they fall in love, yes, eventually the "Propose" button will appear when one sim clicks on another to interact.


What is button of vasiual basic?

A button is a control. It is just like a button on any screen. The user clicks it, and code that the programmer writes is executed.


Is click a verb?

The word clicking is already a verb because it is an action.Some other verbs are click, clicks and clicked.Some example sentences are:"I click the button"."She clicks the mouse"."Stop clicking the button"."He clicked onto what she was saying".


Why is every click on the computer referred to as click the button?

Buttons are referred to as what when they react to mouse clicks. Another regular action you will perform using the mouse consists of pressing one of its button twice, very fast. This action is referred to as Double-Click.


What is form elements in java script?

Use one of the event listeners to use Javascript for form fields. For e.g.For text: This little code would run javascript script when any change is done to the text of username. Here is another exampleFor Submit: This little code would ensure data is validated on client side (provided a client script exists).For more information on event listeners check the Related Links section


How do you use a DFD Model?

A DFD (Data Flow Diagram) model is used to show the flow of data within a system. To use it, you start by identifying the external entities interacting with the system, then define the processes that transform the data, and finally show the data stores where information is stored. This helps in understanding how data moves through the system and can be used for system analysis, design, and documentation.