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:
00507274
Views:
11
>Hi James,
>
>I assume that you're putting the within a FORM element and getting to page2 via a POST.
>
>Cheers,
>
>Andrew
>
>>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")
Actually it was in the wrong place. It was not within the form element, but in the header. That's why the next page couldn't see the variable after the post.

Thanks for your help.
Previous
Reply
Map
View

Click here to load this message in the networking platform