View Full Version : Intranet - Load without toolbar / address
pajones
02-17-2007, 11:41 AM
Firstly my apologies as there seems to be many variations of my question floating about but none seem to help so far.
I am creating an Intranet and have absolutly no need for the toolbar, menu bar and address bar. I am aware i can disable these by means of a popup but how do i launch a popup window as my initial home page?
jscheuer1
02-17-2007, 04:29 PM
You cannot do that reliably in the current browser environment extant in most intranet environments, certainly not with HTML. You say you have no use for these items but, what harm do they do?
Shotgun Ninja
02-20-2007, 01:47 PM
It's actually do-able in Javascript. The open{} function can specify screen size, toolbars, etc., and it opens HTML.
mburt
02-20-2007, 02:06 PM
open{} isn't a function :D. open(); is.
jscheuer1
02-20-2007, 02:59 PM
And, there is no way to invoke it in HTML (the topic of this sub-forum). Even using javascript, there is no way to invoke it from the very first instance of a site without also invoking the pop up blocker.
With a bit of javascript trickery, a splash screen can be used with a 'click here to enter' link that will both close the splash screen and pop up the real site without those items though. However, this depends upon javascript being turned on, something that cannot be relied upon in an itranet environment and it still doesn't quite exactly fulfill the original request.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.