Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
# html tags
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00607633
Message ID:
00614363
Views:
28
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform