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 MikeeOK 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: *

  • Users: ciupaz
  • Content: Threads
  • Order by date
  1. 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...
  2. 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