Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hidden Variables
Message
De
14/05/2001 22:55:09
 
 
À
14/05/2001 22:52:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00506970
Message ID:
00507133
Vues:
13
My answer was mis-interpreted by the brackets (tags),
But looks like this... hope this comes out looking right...

Response.Write([open-tag INPUT type=hidden id=cHideSSN name=cHideSSN value=]+cSSN+[close-tag])


>>Using Web Connect, I would haved coded
>>Response.Write([])
>>
>>Joel Aiken
>>
>>
>>>Did you try?
>>>Response.write "input type=hidden id=cHideSSN name=cHideSSN value="+cSSN
>>>
>>>
>>>Joel Aiken
>>>
>>>
>>>>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")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform