View Single Post
  #7 (permalink)  
Old Feb 12th, 2008, 09:04
unitedcraig's Avatar
unitedcraig unitedcraig is offline
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 825
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Creating Pop up Windows

Quote:
Originally Posted by Marc View Post
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>
__________________
Reply With Quote