View Full Version : target = _blank vs new


Valentina
08-13-2003, 12:32 AM
What's the difference between target=new and target=_blank . I couldn't find "target= new" in lissa's site, just found "_blank" . I think I read the difference somewhere and forgot where..

Paranoid Glitter Cat
08-13-2003, 12:51 AM
If you have a page with several links as target=new, clicking the first link will pop open a new window, but clicking every other target=new link after that will mean the links open in that window too.

If your page's links are all target=_blank each one will open a new window - so if you have 3 links, you'll get 3 new windows instead of just one.