> The question was if there is any way to hide the menu and/or toolbar 
> of an existing browser window.

I doubt whether this would ever be possible, due to security concerns. 

We open up a separate window after login, and remove everything we can. It's 
neater like that anyway like - like a separate application that has started up:

   var sWindowOptions = 'menubar=no,location=no,toolbar=no,personalbar=no,
                         status=yes,scrollbars=yes,resizable=yes'
   oNewClient = window.open(g_sLoginURL, '', sWindowOptions);
   oNewClient.g_sSessionID = g_sSessionID;    // transfer session ID


Hugh

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to