HTML CODE PROBABLY SIMPLE! Please help!
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.
Re: HTML CODE PROBABLY SIMPLE! Please help!
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.
Re: HTML CODE PROBABLY SIMPLE! Please help!
You could open a popup window without the status bar though.
Re: HTML CODE PROBABLY SIMPLE! Please help!
ok well if i can't hide the status bar then at least can i hide the address bar, toolbar and menus?
Re: HTML CODE PROBABLY SIMPLE! Please help!
Not in existing windows, no. But in popups.
Quote:
You could open a popup window without the status bar though.
Well, as I said, Firefox prevents even that.
Re: HTML CODE PROBABLY SIMPLE! Please help!
OK then what can I do to make my explorer window look like an application instead of ie but for webbased access?
Re: HTML CODE PROBABLY SIMPLE! Please help!
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.
Re: HTML CODE PROBABLY SIMPLE! Please help!
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?