var target = ""; //this is for location detect if (String(location.href).indexOf("fortest.html") >-1) { document.write("detect fortest"); } if (String(location.href).indexOf("index.html") <0) { if (target != "") location = target; }