Re: disable title bar, status bar, and address bar of a browser window

J

John Hann

References: <[email protected]>
In-Reply-To: <[email protected]>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <[email protected]>
Lines: 32
NNTP-Posting-Host: 67.171.172.106
X-Trace: sv3-F6f1ysOZsYT2qX2AqjnwI0Si+0aikIRnDJ/p3RJcSNdZC7jFCSZCLSpEelHcxEHGLCtoyTLf36fXlWk!Mh4kKrZiPmTQ1Vra6sr1FXh4NtWcLT/ognlFgMo65Yfp3rzUS068xgBy5NP3MiU=
X-Complaints-To: (e-mail address removed)
X-DMCA-Complaints-To: (e-mail address removed)
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.13
Xref: number1.nntp.dca.giganews.com microsoft.public.dotnet.framework.aspnet:271205
I want to disable the title bar, status bar and address bar of a
window, but I couldn't find the syntax. I tried the following but not
working. any ideas??

window.document.statusbar.enable = false;
window.document.titlebar.enable = false;
window.document.addressbar.enable = false;

<html>
<title>hey</title>
<script type="text/javascript">
function changetitle()
{
alert(window.document.title);
window.document.title = "heyhey";
window.document.statusbar.enable = false;
alert(window.document.title);
}
</script>
<body onload="changetitle()">
</body>
</html>

I don't this this is allowed. You can alter these attributes with the
createWindow function, but I doubt what you're attempting is supported.

- John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,832
Latest member
GlennSmall

Latest Threads

Top