Forum Moderators: mack
I'm wondering how I get a link (to another page) to open in a new window in my browser (so the new page doesn't open in the same window and replaces the page with the link).
Thanx in advance! Greetings, Franky
<a href="http://site.com/" target="_blank">link</a>
Just be forewarned that target is depreciated in XHTML.