function detect(){ var framesetpage="../index.htm"; var thispage=window.location.href; // alert('the subpage is:[' + escape(thispage) + ']'); if (top.location.href == window.location.href){ top.location.href = framesetpage + "?page=" + escape(thispage); } }