![]() |
disable title bar, status bar, and address bar of a browser window
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> |
| All times are GMT. The time now is 09:36 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.