Hi all,
I am having quite the frustrating problem here. All I want to do is popup a small window when my main page loads.
Here is what I have for the body tag
<body onload="popupNTN()" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
The popupNTN is defined as:
<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function popupNTN() {
window.open(" return true
}
//-->
</script>
This is not working though! I don't understand. Firefox and IE are not reporting any type of javascript error. What am I doing wrong??
Thanks for the help!
I am having quite the frustrating problem here. All I want to do is popup a small window when my main page loads.
Here is what I have for the body tag
<body onload="popupNTN()" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
The popupNTN is defined as:
<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function popupNTN() {
window.open(" return true
}
//-->
</script>
This is not working though! I don't understand. Firefox and IE are not reporting any type of javascript error. What am I doing wrong??
Thanks for the help!