Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ciupaz

    Read form values from previous page

    Perfect, thanks to all. Luis
  2. ciupaz

    Read form values from previous page

    Hi all, in a .aspx page I have a button with onclick="this.form.action='Test2.aspx'" and several input fields, Surname: <br /> <input type="text" id="cognome" name="cognome" /><br /> City: <br /> <input type="text" id="city" name="city" /> <p /> How can I read the values from the previous...
  3. ciupaz

    Passing forms values between pages

    Ok, thank you very much feherke. Luis
  4. ciupaz

    Passing forms values between pages

    Ok, this is work feherke. But now, in the second page how can I recover the values inserted in the first form? Luis
  5. ciupaz

    Passing forms values between pages

    In my form the action is empty, and my goal is to set this "action" accordingly to the pressed button. For example is the user press button1 -> action="Test1.htm" if the user press button2 -> action="Test2.htm"
  6. ciupaz

    Passing forms values between pages

    Hi all, I have an HTML page (or .aspx page) with one form, containing several input elements, and 2 button (input type="submit"), like this example: <form id="myForm" method="post" action=""> Client Name: <br /> <input type="text" id="clientName" name="clientName" />...

Part and Inventory Search

Back
Top