Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Easy one
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00810712
Message ID:
00810820
Views:
12
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform