Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Preventing Maximising or Minimising a window


Message #1 by "Ian Doak" <ian.doak@e...> on Thu, 9 Aug 2001 12:43:05
--- Ian Doak <ian.doak@e...> wrote:
> Is there any way that I can prevent a user from
> using the "standard" 
> browser window buttons, to maximising or minimising
> a window ?
> 
> Any suggestions would be appreciated....
> 
> Thanks in advance
> 
> Ian
> 
> I think you could call the open method for a window
to open another window and setting features like
fullscreen, scroll, status, channelMode, toolbar etc.
Set the fullscreen to 1 or channelMode to 1 and you
will get the resulted.
  Other way is using the HTML applications (HTML files
having .hta extension). Search the Web for HTA
applications and you will have the desired feature. 
  Good luck!

  Return to Index