VAR POS, STR, PARA, Parastr, TempStr1; var querystring1, querystring2, querystring3;
Tempstr = ""; str = window.location.href; POS = str.indexof ("?") Parastr = Str.Substring (POS 1); if (str .indexof ("&")> 0) {para = Parastr.Split ("&"); for (i = 0; i
if (tempstr1.substring (0, pos) == "QueryString1") QueryString1 = tempstr1.substring (pos 1); if (tempstr1.substring (0, pos) == "QueryString2") QueryString2 = tempstr1.substring (pos 1); IF (TempStr1.Substring (0, POS) == "querystring3") queryString3 = TempStr1.substring (POS 1);}}