Below is a snippit of code from my site. I am using a Java menu ("sniffer.js" that has always worked beautifully. I was trying to have a small window pop up using the OnLoad command but have had no luck. On a regular HTML document the OnLoad command works perfect. However, when I try to use the "sniffer.js" menu and the Popup Window on the same page, the menu comes up, but the Popup Window never opens. Help Anyone?
-------------------------------------------------------------------
<script language="javascript" src="java/sniffer.js"></script>
<script language="javascript">
function launch(){
window.open("URL.com/Message.html", "messageWindow", "width=300,height=150,top=20,left=20,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no"
}
</script>
----------------------------------------------------------------------
-------------------------------------------------------------------
<script language="javascript" src="java/sniffer.js"></script>
<script language="javascript">
function launch(){
window.open("URL.com/Message.html", "messageWindow", "width=300,height=150,top=20,left=20,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,location=no"
}
</script>
----------------------------------------------------------------------