.oO(Lana May)
Quote:
How do I tell a link to automatically open in a new browser window? I've tried
looking at the code from different sites that I know do this, but I can't
figure out where it is in their code. I just want to make it so that all the
links from my site to other sites open a new window so I don't lose viewers. |
Don't do it. You'll probably lose more visitors with opening new windows
for external links. Users know how to use the back button it they want
(it's the second most feature in a browser!), but if you open a new
window this button won't work anymore. This will be very annoying and
confusing for average users surfing with full-screen browsers, because
they won't recognize the new window.
From a usability point of view there's no reason to open new windows, in
fact it's only a good idea in very rare cases. Better leave the choice
up to the users if they want a new window or not.
Micha