Home >Web Front-end >JS Tutorial >js gets variables_form effects
function querystring(qs){
s=location.href;
s=s.replace("?","?&").split("&");
re="";
for(i=1;i
re=s[i].replace (qs "=","");
}
}
return re;
}
Very good to get the passed variables