This code works in IE, but not in Netscape (4.61)... Can someone help?
function windowOpen() {
leftPos=0;
if (screen) {
leftPos=screen.width-420;
topPos=screen.height-470;
}
var myWindow=
window.open('index.cfm?fuseapp=Products&fuseaction=Catalog','PopUp',
'height=screen.height,width=400,left='+leftPos+',top=30,scrollbars=yes,resizable=no,
toolbar=no,menubar=no');
if (!myWindow.opener) myWindow.opener = self;
}
Gene Kraybill
LPW & Associates
---------------------------------
Gene Kraybill
LPW & Associates LLC
www.lpw.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
- Re: Upload and retrieval of stori... Jon Hall
- Re: Upload and retrieval of s... Dick Applebaum
- RE: Upload and retrieval of s... ron
- RE: Upload and retrieval of s... Dick Applebaum
- RE: Upload and retrieval of s... ron
- Re: Upload and retrieval of stori... Xing Li
- Re: Upload and retrieval of stori... Chris Lott
- Re: Upload and retrieval of s... Dick Applebaum
- Re: Upload and retrieval of s... Chris Lott
- Re: Upload and retrieval of s... Dick Applebaum
- RE: Upload and retrieval of stories? Gene Kraybill
- RE: Upload and retrieval of stories? Steve Bernard
- RE: Upload and retrieval of stories? Steven Katz
- Re: Upload and retrieval of stories? Xing Li
- RE: Upload and retrieval of stories? Steve Bernard
- Re: Upload and retrieval of stories? paul smith
- RE: Upload and retrieval of stories? Shane Witbeck
- RE: Upload and retrieval of stories? Dave Watts
- Re: Upload and retrieval of stories? Stephen R. Cassady
- Re: Upload and retrieval of stories? paul smith
- Re: Upload and retrieval of stories? Chris Lott

