Click to See Complete Forum and Search --> : Help! Netscape 4.* won't render my page


CurrentWave
09-23-2003, 10:26 PM
I am using the following script to open new windows, and found a article saying that this causes a glitch with Netscape 4.? that won't show the page.

This page used to show before this -

function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

Any ideas!

URL - http://www.lighthouseprophecy.com/list.html

pyro
09-23-2003, 11:04 PM
This version works fine when I test it in NN 4.7: http://www.infinitypages.com/research/centeredpopup.htm

CurrentWave
09-24-2003, 01:17 AM
I got the idea that the problem might be the JS from this -

http://archive.webct.com/docs/mail/may98/0383.html

But then maybe its something else.

P.S.
My daughter likes your little green mask!

Jami

pyro
09-24-2003, 06:59 AM
Did you try the code in the link I posted? It's slightly different from yours -- perhaps that's why it works. Give it a try anyway, and see if it works for you.

Glad your daughter likes my avatar... :D