Hi,
I have a pop-up window which allows values to be passed to the new window. This works amazingly well in IE but with Netscape it just passes with sands of times going, but no effect. I'm hoping someones got an idea about triggering the form. Many Thanks.....Also any ideas about browser compatibility in different versions, most gratefull.
gav
This is the code:
##the function
<script language="JavaScript"><!--
function newWindow(file,window) {
msgWindow=open(file,window,'resizable=yes,width=300,height=300,screenX=100,screenY=300,top=100,left=300');
if (msgWindow.opener == null) msgWindow.opener = self;
}
//--></script>
###the form
<form action="javascript:newWindow('page.asp?ID=<%=var%var=<%=var%>','window2')">
<input type="image" src=../images/Credit2.gif border=0>
</form>
HELP ME..... the boho from soho
I have a pop-up window which allows values to be passed to the new window. This works amazingly well in IE but with Netscape it just passes with sands of times going, but no effect. I'm hoping someones got an idea about triggering the form. Many Thanks.....Also any ideas about browser compatibility in different versions, most gratefull.
gav
This is the code:
##the function
<script language="JavaScript"><!--
function newWindow(file,window) {
msgWindow=open(file,window,'resizable=yes,width=300,height=300,screenX=100,screenY=300,top=100,left=300');
if (msgWindow.opener == null) msgWindow.opener = self;
}
//--></script>
###the form
<form action="javascript:newWindow('page.asp?ID=<%=var%var=<%=var%>','window2')">
<input type="image" src=../images/Credit2.gif border=0>
</form>
HELP ME..... the boho from soho