Submitted Questions

  • 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

    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 i...

    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.