No one should learn anything more than once
Mar 22, 2011
Encode URL and HTML using Javascript
We use native function of Javascript:
encodeURIComponent("http://www.yahoo.com");
// We'll get "http%3A%2F%2Fwww.yahoo.com"
Newer Post
Older Post
Home