Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Easy one
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00810712
Message ID:
00810820
Vues:
13
>this is an easy one, i just can't remember how it is done.
>i have to send back a parameter to another page, see code below
>
>Response.redirect "page1.asp?succ=123&bran=brannum"
>
>only problem is brannum is a variable and i cannot remember what the syntax is to get it to pass back the parameter. this is in an asp page if that helps. i have tried a few thing and i know that its something easy so sorry for the simple question
>Cheers
>~M

Response.redirect "'page1.asp?succ=123&bran='" & CStr(brannum) + "'"
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform