|
-
Mar 9th, 2005, 01:31 PM
#1
Thread Starter
Lively Member
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.
-
Mar 9th, 2005, 05:08 PM
#2
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 10th, 2005, 12:59 AM
#3
Re: HTML CODE PROBABLY SIMPLE! Please help!
You could open a popup window without the status bar though.
-
Mar 10th, 2005, 11:44 AM
#4
Thread Starter
Lively Member
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?
-
Mar 10th, 2005, 01:32 PM
#5
Re: HTML CODE PROBABLY SIMPLE! Please help!
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 10th, 2005, 03:54 PM
#6
Thread Starter
Lively Member
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?
-
Mar 10th, 2005, 04:15 PM
#7
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 11th, 2005, 01:01 PM
#8
Thread Starter
Lively Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|