Posted by member 80301 on 2003-12-20 14:47:20 link
Yep still there. Here's the code on the page:
here's the function:
function openspecies() {
window.open("","x",'toolbar=no,width=600,height=500, directories=no,status=no,scrollbars=yes, resize=yes,location=no,copyhistory=no');
}
and this is what I get:
click link -- two windows open -- first window has function settings applied and title reads about:blank -- second window has "metal", toolbars and such and it contains the page I'm trying to look at.
here's the function:
function openspecies() {
window.open("","x",'toolbar=no,width=600,height=500, directories=no,status=no,scrollbars=yes, resize=yes,location=no,copyhistory=no');
}
and this is what I get:
click link -- two windows open -- first window has function settings applied and title reads about:blank -- second window has "metal", toolbars and such and it contains the page I'm trying to look at.