Tabris
01-19-2003, 10:35 AM
Hi there
I put the following script in my hello.htm file:
<script language="Javascript">
if(document.referrer.indexOf("://") == -1){
location = "http://myhome.com"}
</script>
But I want the "actual" hello.htm file to be shown in a pop out window....rather then redirecting to http://myhome.com
I can' think of how to fix this at this point...because the javascript:openpopup() functions as if I am typing it in the URL in the address bar...
Is here any hint on how to modify this script?
I put the following script in my hello.htm file:
<script language="Javascript">
if(document.referrer.indexOf("://") == -1){
location = "http://myhome.com"}
</script>
But I want the "actual" hello.htm file to be shown in a pop out window....rather then redirecting to http://myhome.com
I can' think of how to fix this at this point...because the javascript:openpopup() functions as if I am typing it in the URL in the address bar...
Is here any hint on how to modify this script?