|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Passsing and retreiving variables |
From: |
Joyce |
Date: |
9/19/2000 11:13:24 AM |
IP: |
216.112.122.98 |
In the second page place the values collected from the first page into hidden form fields.
<html>
<body>
<form name=form2 method=post action=whatever.asp>
<input type=hidden name = name value=" <%= Request.Form("fieldname")%>" >
</form>
</body>
</html>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|