Forum Moderators: open

Message Too Old, No Replies

Hiding Toolbar temporarily

Hide Toolbar from window.open command in Javascript.

         

oreomike

7:17 pm on Mar 18, 2003 (gmt 0)



Does anyone know of a way to turn off the google toolbar when opening a new window? If there are no other bars it disappears, but I'd like to still have the menu bar. Below is the code I use to open the window.

function otherwin(urlto,windname) {
cdnwin = window.open(urlto,windname,"resizable=yes,toolbar=no,menubar=yes,location=no,status=yes");
}

Brett_Tabke

8:19 am on Mar 19, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Right clicking on the toolbars and unchecking Google is the only way I know.