
Added by thebman220 on October-14-2008, 4:36 pm
function setGET() {
var get=(""+location.search).substring(1).split("&");
window.location.GET=new Array();
for (var i in get) {
var temp=get[i].split("=");
window.location.GET[temp[0]]=temp.splice(1,temp.length-1).join("=");
}
}
setGET(); var foo=window.location.GET["bar"];
Added by thebman220 on May-2-2009, 4:40 am
Added by thebman220 on April-29-2009, 11:47 pm
Added by thebman220 on April-5-2009, 1:48 pm
Added by thebman220 on January-29-2009, 3:15 am
Added by thebman220 on January-29-2009, 3:04 am