New browser window without toolbar?

liunx

Guest
Hi all,<br />
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)?<br />
<br />
Thanks in advance... Lori<!--content-->First, you get rid of Dreamweaver and then you use a text editor to do something like:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"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><!--content-->Originally posted by Charles <br />
First, you get rid of DreamweaverOr, switch to your code view.<!--content-->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...)<br />
<br />
Best,<br />
Lori<!--content-->
 
Back
Top