[thelist] Setting Window Attributes

Paul Backhouse paul.backhouse at 2cs.com
Tue Apr 30 09:02:01 CDT 2002


<script language="JavaScript">
<!--
function popup(page) {
OpenWin =
this.open(page,'ThisWindow','width=608,height=348,toolbar=no,menubar=no,loca
tion=no,scrollbars=no,resize=no,status=no');
}
popup('home.asp')
self.close();
//-->
</script>

this will however leave a window open in the background

cheers

paul
-----Original Message-----

Hi all,

I have a requirement to develop a training program using html.  One of the
requirements is that the courseware run in a browser window with only the
toolbar showing.  Question, how do I code my page so that when you access my
webpage that it automatically opens with only the toolbar showing.  I've
looked at window.open in Javascript, but that seems to be used only for
opening a new window.  I need each page to open with only the toolbar
showing.  Is this possible?

TIA

Jim Williamson
Interactive Training Devloper




More information about the thelist mailing list