macromedia.dreamweaver
[Top] [All Lists]

Re: Open another website in a new browser window

Subject: Re: Open another website in a new browser window
From: Michael Fesser <netizen@xxxxxx>
Date: Thu, 31 Jul 2008 23:20:24 +0200
Newsgroups: macromedia.dreamweaver

.oO(Dave Immer)

>I can't seem to create links to external websites that open as intended in a 
>new browser window while leaving the main browser window unchanged. Except in 
>Safari on a Mac. See sample code.

<a href="http://..."; target="_blank">...</a>

Remember that

* many users (especially the more experienced ones) don't like it when a
  website unintentionally opens another window or tab
* it's a common misconception that you can "keep" users on your site by
  opening external links in a new window
* it's invalid in all strict markup standards, which are preferred for
  new sites
* just indicating external links with a little icon is usually the
  better and more userfriendly way (easy to do with CSS)

Micha

<Prev in Thread] Current Thread [Next in Thread>