Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
You can't do that from JavaScript anyways. The only way is to open a new window without the toolbar, etc and close the old one and you'll probably get warnings in IE 7 when doing that. Also, the browser hot keys will still invoke the function even without them displayed.
Posted

1 solution

Try this.
VB
window.open("http://www.yourURL.com", "Title", "width=550,height=400,toolbar=no,location=no,directories=no,statusbar=no,menubar=no, scrollbars=no,resizable=no,copyhistory=no")

It just sets the control's visibility. Functions are not locked.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900