Quote:
Originally Posted by Marc
It can be done with HTML... Until the "target" attribute became depreciated.... although if you aint bothered about validation, you can use it. 
|
If you really want to open a new window, and you don't mind having site that doesn't validate or angry users, then use
- HTML: Select all
<a href="http://www.example.org/" target="_blank">Example</a>