[Design Question] When to open a link on a new window?
- by Ian
Hi All,
When designing a web application/web site, is there an accepted practice on when to open a link on a new window?
Currently, if the site being linked to is outside the domain (say Google.com), I am always launching it on a new window. If the page being linked is within the same domain, I open it on the current active window.
I've read somewhere the opening links on a new window explicitly is being frowned upon.
Thanks!