ciupaz
Programmer
- Jun 15, 2009
- 6
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 page?
Thanks in advance.
Luis
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 page?
Thanks in advance.
Luis