[Javascript] New window

Peter Brunone peter at brunone.com
Tue Oct 15 22:07:35 CDT 2002


<a href="blah.html" TARGET="_blank">Blah</a>

	The key is TARGET="_blank"; rather than being a name for the window, _blank
tells the browser to open a blank window *every* time.

Cheers,

Peter

|-----Original Message-----
|From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
|Behalf Of Andrew Dunn
|
|Hi,
|
|I can open a new window no worries. But I want to open a new window every
|time I click a link (Not replace the existing open window). How can I do
|this?
|
|Thanks.




More information about the Javascript mailing list