hi all and happy new year :>
here's a question from a total newcomer... i've tried about eight different re-writes at this and i still have no idea what is actually wrong with the code itself. it's burning me out, though, that's for certain.
here it is:
< script language="JavaScript" >
if (window.screen) self.resizeTo(X,Y);
function locationWindow()
{
location_window =
window.open("news.html","news","menubar=n o,personalbar=no,resizable=yes,scrollbar s=yes,width=X,hei
ght=Y,left="
+ l + ",top=" + t);
}
function MM_displayStatusMsg(msgStr) {
status=msgStr;
document.MM_returnValue = true;
}
//-->
< /script >
the objective is that i have an imagemap that, when each link is clicked, opens a non-resizable window w/ scrollbars and no toolbars. i know this is probably simple enough, but it's becoming one of those things where the move i think about it the further away i am getting.
and and all help with rewriting this script is SO much appreciated!
here's a question from a total newcomer... i've tried about eight different re-writes at this and i still have no idea what is actually wrong with the code itself. it's burning me out, though, that's for certain.
here it is:
< script language="JavaScript" >
if (window.screen) self.resizeTo(X,Y);
function locationWindow()
{
location_window =
window.open("news.html","news","menubar=n
ght=Y,left="
+ l + ",top=" + t);
}
function MM_displayStatusMsg(msgStr) {
status=msgStr;
document.MM_returnValue = true;
}
//-->
< /script >
the objective is that i have an imagemap that, when each link is clicked, opens a non-resizable window w/ scrollbars and no toolbars. i know this is probably simple enough, but it's becoming one of those things where the move i think about it the further away i am getting.
and and all help with rewriting this script is SO much appreciated!
