HTML Submit Form

In html ,when we create a form for username and password,when we click submit button where will the link go.How does it works?
e.g suppose when we sign up in gmail.When we give click sign in button,how that transfer that mechanism,Please explain

Questions by thruba nandhini

  
Showing Answers 1 - 9 of 9 Answers

meena

  • Sep 9th, 2012
 

First our request go to the server then checks whether the authentication is correct are not then it gives the result to end user.

  Was this answer useful?  Yes

kamal raj

  • Apr 6th, 2013
 

Actually form is used for dynamic interaction between user and database...so when u click submit button it will make the input tag values in action page, form action page should me mentioned be initializing.

  Was this answer useful?  Yes

Nidhi Agrawal

  • Sep 11th, 2013
 

As soon as user clicks submit button the data that was input into the form fields is transferred in form of arrays to the destination page.The destination page URL is specified by action=" attribute in the form tag.The array is either readable through URL or it is hidden and depends upon the method which is chosen to pass the values from that page.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions