hwh888
10-05-2002, 11:45 AM
Hi all,
I'm wondering if there is a way to hide the link bar at bottom of ie with hlml code or script code?
Thanks
x_goose_x
10-05-2002, 02:55 PM
You can't remove it from the current page, but you can open a new window without one:
<script><!--
window.open("http://www.google.com", "", "fullscreen=no,toolbar=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,directories=yes,locatio n=yes")
//--></script>
Or hide the message that appears:
http://www.javascriptkit.com/script/script2/hidestatus.shtml
hwh888
10-05-2002, 05:18 PM
Thanks for the reply & script. I'll give it a try.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.