Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hidden Variables
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00506970
Message ID:
00507034
Views:
11
>Hey all,
>
>I'm trying to hide and embed a variable so that I can pick it up from another page. Can anyone tell me what's wrong with this syntax?
>
>
>Page1
>Response.write "input type=hidden id=cHideSSN name=cHideSSN value=cSSN" (The brackets are there, I had to pull them out to post this message.)
>
>Page2
>cSSN = Request.Form("cHideSSN")
Have you just tried to write out request.form and see what's in there?

something like...

lc=request.form
response.write....
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform