vote up 5 vote down star
3

What is the JavaScript equivalent of C# Server.URLEncode?

flag

2 Answers

vote up 10 vote down check
encodeURI()

http://xkr.us/articles/javascript/encode-compare/#ref-js-msdn

link|flag
vote up 2 vote down

No,encodeURIComponent() exactly.

link|flag
12  
I really find it hard to believe that this is your first answer after 476 questions. Surely it befits something more than this lousy comment of mine :D – Vineet Reynolds Sep 25 at 20:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.