faqts : Computers : Internet : Web : HTML

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

20 of 22 people (91%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

how to make a link <a href.. open into a new window

Oct 4th, 2001 09:34
Ben Gordon, Russ Locke,


<a href="www.yahoo.com" target="new">yahoo</a>
you can also add target="_blank"
<a href="www.yahoo.com" target="_blank">yahoo</a> either one will work