function call() { var value = getQuerystring('queryvalue'); var value1= "'true'"; var str="www.mcamdois.com/sitemap.htm"; document.getElementById("Hidden1").value=str; //alert(value) //alert(value1); if(value!=value1) { window.location='Default5.aspx'; value="'true'"; } else { return true; } return true }
if(null != Request.QueryString["param"]) { string mstrParamValue = Request.QueryString["param"]; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)