Click to See Complete Forum and Search --> : New browser window without toolbar?


Lori9
03-04-2003, 02:46 PM
Hi all,
I've seen new browser windows launch with only the title bar visible along with the page contents (no toolbar). How is this accomplished using an HTML text editor (i.e. Dreamweaver)?

Thanks in advance... Lori

Charles
03-04-2003, 03:13 PM
First, you get rid of Dreamweaver and then you use a text editor to do something like:

<a href="http://www.chami.com/html-kit/" onclick="window.open(this.href, 'child', 'height=400,width=300'); return false">A Good Text Editor for Working With HTML</a>

pyro
03-04-2003, 03:16 PM
Originally posted by Charles
First, you get rid of DreamweaverOr, switch to your code view.

Lori9
03-04-2003, 03:19 PM
Thank you Charles... what I'm trying to do is launch a new browser window not when the site first opens, but through a link to another document (i.e. click here to view...)

Best,
Lori