Devone

What's the Easiest Way To Have Users Open a New Browser Tab?

Asked by Devone 2 years ago user browser tab


Paul Mackenzie
1

Most Helpful

Most Helpful

 
Forcing users to do something isn't really seen to be very user friendly. If you want a links to open in another window I suggest you use the target="_blank" attribute on you link tags.

<a href="" title="" target="_blank">The link</a>

by Paul Mackenzie 2 years ago

unregistered
0
 
Hi, just a little bit confused with your question, do you mean how to open a link in a new tab? That's what I saw with the answers before me, and I will say that Paul Mackenzie answer it simple.

Or if you mean a shortcut on how to open a new tab in any browsers, I used Ctrl+T in my keyboard and it opens a new tab.

Thanks, hope that helps

<a href="http://keith-web-assistants.com">Clint Francis</a>

by unregistered 2 years ago

Jacob Cain
0
 
I used this technique not long ago and it worked well, you need jquery though.

www.aliaspooryorik.com

by Jacob Cain 2 years ago

Answer this question

What's the Easiest Way To Have Users Open a New Browser Tab?

0 errors found:

 
0