not to show menubar,addressbar & etc of browser without any security confirm



I want my Browser not to show menubar,addressbar,toolbar and etc. when
the first page of my site become loaded.
I use this code for it:
-------------------------------------
<html>
<head>
<title>Haniye</title>

<script type='text/javascript'>
<!--
function SetWindow_Browser()
{

var height = 700 //Set height
var width = 700 //Set width
var name = "winname" //Set window name
var top = 20 //Set distance from top
var left = 20 //Set distance from left

//script revision by A. Kuehler, XombieRx
if(navigator.appName == "Netscape") //start handling for Netsacpe
and Mozilla
{

netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite")
window.menubar.visible = false;
window.locationbar.visible = false;
window.scrollbars.visible = false;
window.personalbar.visible = false;
window.statusbar.visible = false;
window.toolbar.visible = false;

netscape.security.PrivilegeManager.revertPrivilege("UniversalBrowserWrite")
resizeTo(width,height); //replace with actual numerical values
}//end if handling for Netscape/Mozilla

else
{ //for all other browers
//script provided by superslamwich
if(document.location.search=='')
{
window.open(document.location + "?
newwin=true",name,"fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width="
+ width + ",height=" + height + ",left=" + left + ",top=" + top);
self.opener=""
self.close(
}
else
{
window.opener.close();
}
}//end handling for all other browsers
}
-->

</script>



<BODY onload="SetWindow_Browser();">
</body>
</html>
-----------------------------------------------------------------------------
when I use this code in Mozilla firefox ,It opens dialog confirm, with
this title:"internet security" and with this text:"A script "file://"
is requesting enhanced abilites UNSAFE and could be used compromise
your mashine or data"
& ask me to allow or deny it.
if I push allow botton It will works but I don't want to show this
dialog ,I wanna do it directly without any question.
how could I do it?Is it possible?and do u know another way to hidden
menubar,toolbar,ect?
and also when I use this code in Internet Explorer it appears menu at
the top of Browser 's window with this content:
"to help protect your security ,Internet Exlprer has restricted this
file from showing active content that could access your computer click
here
for option" and when I seclect "allow blocked content",It will does
something that I want.but I don't want to show this menu too.thx

.



Relevant Pages

  • Re: [kde-linux] Cannot access certain site
    ... Better - or different - error handling would be my guess. ... tag soup has been a problem for browser developers for a long time now. ...
    (KDE)
  • Changing my default web browser from Mozilla Firefox to IE
    ... My computer has Mozilla Firefox set up as the default browser. ... the default browser from Mozilla Firefox to Internet Explorer. ...
    (microsoft.public.windows.inetexplorer.ie6.setup)
  • Re: schuldhaft verletzte Sorgfaltspflicht einer Bank - wann?
    ... Weil die Bank als Browser Internet Explorer ab 6 und Mozilla Firefox ab ... Dann sollte sie "Internet Explorer ab 7" schreiben und gut ist. ...
    (de.soc.recht.datennetze)
  • Internet Explorer.
    ... While trying out mozilla firefox I hit the key making it my default browser. ... It then locked out my Internet explorer and I can't run IE. ...
    (microsoft.public.windows.inetexplorer.ie6.setup)
  • Re: [kde-linux] Cannot access certain site
    ... Better - or different - error handling would be my guess. ... tag soup has been a problem for browser developers for a long time now. ... I'm not familiar with how much the W3C standards have to say about error ...
    (KDE)