|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Request.Form() Problem |
From: |
Dusty |
Date: |
6/28/2000 6:15:29 PM |
IP: |
204.131.171.21 |
My best suggestion for you is to embed the items that you wish to pass on in a "hidden" input field.
Try something like this on your "category" page, within your <FORM>...</FORM> tags:
<input type="hidden" name="groupID"
value="<%=Request.Form("groupID")%>
The value should then be passed on to your next page.
Regards, and good luck!
Dusty
|
Previous Message
Follow Up - Re: Request.Form() Problem - Brian WIlliams 6/29/2000 9:59:36 AM
|
|
|
|
|
|
|
|
|
|
|
|