jscript and urlencode problem
- From: "greg" <info@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 4 Oct 2005 23:31:06 -0400
in my page i have something like
href="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
.
- Prev by Date: Re: Can Jscript do this job?
- Next by Date: Re: Can Jscript do this job?
- Previous by thread: Re: view JS source
- Next by thread: Get Height/Width of span after changing innerHTML
- Index(es):
Relevant Pages
|