mex
02-01-2004, 07:33 AM
Can anyone help me out with this script so that it does NOT ask or popup every time the page loads....
<SCRIPT language="JavaScript">
<!--
var yourname= prompt('Do enter your name for a proper welcome :', ' ');
if ( (yourname==' ') || (yourname==null) )
{
yourname="mex";
}
//-->
</SCRIPT>
Pliz make the script as small as possible and also if possible to reset itself after an hour or so as 24 hrs is a bit too long!
<SCRIPT language="JavaScript">
<!--
var yourname= prompt('Do enter your name for a proper welcome :', ' ');
if ( (yourname==' ') || (yourname==null) )
{
yourname="mex";
}
//-->
</SCRIPT>
Pliz make the script as small as possible and also if possible to reset itself after an hour or so as 24 hrs is a bit too long!