M
Mark
Hi,
I create a button in the form in the asp page like is:
<input type="image" src="button.gif" name="detail" border=0 value="100234">
How can I get this value from another page?
I try
sdetail = Trim(Request.Form("detail"))
response.write(sdetail)
But doesn't work
Thanks.
I create a button in the form in the asp page like is:
<input type="image" src="button.gif" name="detail" border=0 value="100234">
How can I get this value from another page?
I try
sdetail = Trim(Request.Form("detail"))
response.write(sdetail)
But doesn't work
Thanks.