The following code used to popup a window when I used netscape 4.79.
Now I switched to mozilla 1.4 and the window doesn't popup.
function newWindow(newCo ntent)
{
winContent =window.open(ne wContent,'nextW in','screenX=0, screenY=20,widt h=600....);
winContent.focu s();
}
....
<a href="javascrip t:newWindow('fo o.html')"
Now I switched to mozilla 1.4 and the window doesn't popup.
function newWindow(newCo ntent)
{
winContent =window.open(ne wContent,'nextW in','screenX=0, screenY=20,widt h=600....);
winContent.focu s();
}
....
<a href="javascrip t:newWindow('fo o.html')"
Comment