I am having a little trouble in Netscape. I have made a dynamic chat button. The button when pressed opens a popup box that lets you chat with a live operator. I have reworked the code to include a location.replace tag that updates the original page with the button to an identical page but with a tracking code in it. The script works fine in IE but when I try it in Netscape the popup opens but then the page is replaced above the popup menu so you have to close the window to get to the popup menu. Here is the code I used. Is there a way to make the popup menu stay in front of the replaced original window in Netscape?
Any help you could give me would be greatly appreciated.
Code:
<HTML><HEAD><TITLE>chat button</TITLE>
<SCRIPT language=JavaScript>
<!--
function MM_openBrWindow(theURL,winName,features) {//v2.0
window.open(theURL,winName,features);}
//-->
</SCRIPT>
</HEAD>
<BODY bgColor=#ffffff>
<CENTER><A href="javascript:document.location.replace('my URL')"
onclick="MM_openBrWindow('my URL','livedemo','resizable=yes,width=400,height=400')"><IMG
border=0 src="[URL unfurl="true"]http://myimage.gif"></A>[/URL]
<SCRIPT language="JavaScript src="
chatbutton.jsp?poolname='poolname&refreshsecs="10""'>
</SCRIPT>
</CENTER></BODY></HTML>
Any help you could give me would be greatly appreciated.