Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hidden Variables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00506970
Message ID:
00507274
Vues:
10
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform