wannaknow
12-14-2004, 08:32 PM
I have this code to open an html file in smaller window:
<script language="JavaScript">
function sizeMe() {
parent.window.resizeTo(280,510);
}
</script>
.....
<BODY bgcolor="#FFFFFF" onload="sizeMe();">
....
I couldn't figure out how to get this window to open without the status bar, address bar etc.
Thanks much,
<script language="JavaScript">
function sizeMe() {
parent.window.resizeTo(280,510);
}
</script>
.....
<BODY bgcolor="#FFFFFF" onload="sizeMe();">
....
I couldn't figure out how to get this window to open without the status bar, address bar etc.
Thanks much,