How do the links on your site open: same window? New window?

Status
Not open for further replies.

Daniel

Active Member
16,012
2009
3,074
10
I noticed some people have all links open in the same window (maybe not a good idea when the external ones do too), some have the external links open in a new window and the internal ones open in the same one. Will not mention the few ones that have ALL links open in a new window.

What's the best way for you? How do you do it?
 
4 comments
Use <a href="link" target="_blank"> to show the page in a new tab to do so :) i'm using new tabs for extern links, and for internal links i use no target blank, no need to open a new tab with internal links
 
procedure is same as above. If the link NEEDS to be clicked and there is no further way/anything else to display/drive the user to then its on the same tab. If the link is optional then it goes to the new tab.
 
The best option is always using target="_blank". It will help user to go back to your website if he want to.
 
Status
Not open for further replies.
Back
Top