Hi,
I am having a login screen that is reached indirectly. I mean, When the user attempts to reach a page that requires a login, that page will redirect the user to the login page, carrying the current page's URL along with Querystrings if Any..
In the login page, I am capturing that URL(lets call it Success URL) and putting it in a hidden box.
And I also have a failure hidden text box, which contains the failure URL.
But when ASP loads the login page with an URL of this kind :
on successful login, I expect the page to go to this URL -
On the contrary, it goes to
I mean, it considers only one querystring parameter of the success URL.
How should I pass Ampersand and Question Mark ?
Desperate
Help please... Thank you...
RR
I am having a login screen that is reached indirectly. I mean, When the user attempts to reach a page that requires a login, that page will redirect the user to the login page, carrying the current page's URL along with Querystrings if Any..
In the login page, I am capturing that URL(lets call it Success URL) and putting it in a hidden box.
And I also have a failure hidden text box, which contains the failure URL.
But when ASP loads the login page with an URL of this kind :
Code:
login.asp?success=[URL unfurl="true"]http://dev2/TripApprove.asp?STATUS=P&CTRY=BD[/URL]
on successful login, I expect the page to go to this URL -
Code:
[URL unfurl="true"]http://dev2/TripApprove.asp?STATUS=P&CTRY=BD[/URL]
On the contrary, it goes to
Code:
[URL unfurl="true"]http://dev2/TripApprove.asp?STATUS=P[/URL]
How should I pass Ampersand and Question Mark ?
Desperate
Help please... Thank you...
RR