generated jscript link and urlencode
- From: "greg" <info@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 4 Oct 2005 23:32:32 -0400
I know this is more JS problem but this newsgroup is my home!!! :)
in my page i have something like
link.NavigateUrl="javascript:window('some url?tkt=yyy%2kjh')
now contents of tkt is encrypted (in c#) userid
after encryption of course I urlencode
now when the new browser window (after clicking that link) pops up
I see that somehow in the process of cicking off new window
Javascript urldecoded the contents of tkt parameter like instead of %20
putting some slashes etc etc
of course decryption does not work with bad url
What to do?
when I move mouse on the origibal page over that link I see everything is in
order like all
%20s etc are in place
It happens after clicking
Thanks
GSL
.
- Follow-Ups:
- Re: generated jscript link and urlencode
- From: Christoph Wienands
- Re: generated jscript link and urlencode
- Prev by Date: RE: codeBase tag for custom http handler
- Next by Date: Re: Database Connection - Not Associated With Trusted Connection
- Previous by thread: Re: Splitter
- Next by thread: Re: generated jscript link and urlencode
- Index(es):
Relevant Pages
|