Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
# html tags
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00607633
Message ID:
00614363
Vues:
29
>that indeed works but i have the problem that create a session variable to carry information back to the original page.

Try parsing the string.

>AdminSiteBran.asp?success=111#tag

i.e.: vbscript's InStr()

q_success = Request.QueryString("success")
q_success = Left(q_success,InStr(Trim(q_success),"#"))

Session("success")= 1 'Whatever your flag is.

Hope this helped.
Doug Phillips
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform