Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing menu bar from IE6 1

Status
Not open for further replies.

coboldave

MIS
Dec 20, 2001
41
US
Win2k,IE6 - I have two workstations in a public area running a job application via asp/html to our intranet. I have a short cut in the startup folder for IE maximized so thats all you get on startup, can I remove the menu bar? I'm running policies so they can't get any where with them, but it would be nice to take away the temptation.
 
This may help, I need to startup a new window with no menu/toolbar. This is the function I call.

<script LANGUAGE=&quot;JavaScript&quot;>
function new_window(url,link) {

link = window.open (url,link,&quot;toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=780,height=520,left=0,top=0&quot;);

}
</script>
 
Thanks DWalto, I was wondering how to do that...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top