Hi all.
Help !
I have the following script.
myWindow1 = null;
function window_open1()
{
var urlstring = "m5.htm";
myWindow1 = window.open(urlstring, "M5",
"height=300,width=550,left=180,top=290,scrollbars, titlebar=No");
window.setTimeout("myWindow1.focus()",1000);
return true;
}
This works OK but is there a way to stop the Titlebar at the top of the window, i.e just to have a window with no trimmings.
I run this in IE6.
Can anyone suggest
Thanks
Dereck
Help !
I have the following script.
myWindow1 = null;
function window_open1()
{
var urlstring = "m5.htm";
myWindow1 = window.open(urlstring, "M5",
"height=300,width=550,left=180,top=290,scrollbars, titlebar=No");
window.setTimeout("myWindow1.focus()",1000);
return true;
}
This works OK but is there a way to stop the Titlebar at the top of the window, i.e just to have a window with no trimmings.
I run this in IE6.
Can anyone suggest
Thanks
Dereck