Hello Hackers,

This might be silly, but let the code speak :

var param1,param2 = window.location.search.replace('?','').split('&')
 undefined
param1
 undefined
param2
 ["foo=bar", "hello=world"]
a=1
 1
b=2
 2
a,b=b,a
 1
a
 1
b
 2

Why not param1 be equal to "foo=bar" and param2 be equal to "hello=world"?


-- 
*'I am what I am because of who we all are'*
h3manth.com <http://www.h3manth.com>
*-- Hemanth HM *
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to