kodiekillian
Programmer
I am using javascript to build some computer base training. I want to turn off all the browser menus, toolbars, scrollbars etc, along with making it fullscreen. I have only figured out how to do this with a pop-up window. I open the original window in order to call javascript to pop-up a window with these attributes; but then I have two windows open (the first is no longer serving a purpose).
Is there a way to open one window with those attributes that I want with out popping up a window? or how do I use one button in the pop-up window to close both of the windows(the pop-up (and ultimatly the workspace) is a frameset)at once.
I am trying to minimise the work that the user has to do to get out of the CBT. Thanks
Is there a way to open one window with those attributes that I want with out popping up a window? or how do I use one button in the pop-up window to close both of the windows(the pop-up (and ultimatly the workspace) is a frameset)at once.
I am trying to minimise the work that the user has to do to get out of the CBT. Thanks