Click to See Complete Forum and Search --> : HTML CODE PROBABLY SIMPLE! Please help!
KnIgHt
Mar 9th, 2005, 12:31 PM
see this line?
<BODY onload="window.resizeTo(318,700)" onresize="window.resizeTo(318,700)" status="no">
that status="no" command obviously doesn't work i must have the syntax wrong but what can I add to the BODY onload function to hide everything but the browser window. so no toolbar, no address bar, status bar etc. please help me out here.
thanx.
CornedBee
Mar 9th, 2005, 04:08 PM
There is no way to hide the status bar of an existing window. Firefox by default even prevents you from hiding the status bar of created windows.
The reason, of course, is security. The status bar contains important information, such as which sites are actually contacted, if it's SSL, info about the certificate etc. etc.
mendhak
Mar 9th, 2005, 11:59 PM
You could open a popup window without the status bar though.
KnIgHt
Mar 10th, 2005, 10:44 AM
ok well if i can't hide the status bar then at least can i hide the address bar, toolbar and menus?
CornedBee
Mar 10th, 2005, 12:32 PM
Not in existing windows, no. But in popups.
You could open a popup window without the status bar though.
Well, as I said, Firefox prevents even that.
KnIgHt
Mar 10th, 2005, 02:54 PM
OK then what can I do to make my explorer window look like an application instead of ie but for webbased access?
CornedBee
Mar 10th, 2005, 03:15 PM
Nothing, and you shouldn't. Web applications are defined by running in a browser. If any web stuff can pretend to be a real application, then you have a big possible spoofing hole.
KnIgHt
Mar 11th, 2005, 12:01 PM
what i'm trying to do is have like a html page look almost like a receipt from a store but i want to have no address bar or toolbar so look a little bit more like an application is there absolutly anything i could do or should i just look up a popup with the html design? but how could i have the index.html load the popup and remove the original browser window?
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.