Minimeallolla Posted November 16, 2010 Share Posted November 16, 2010 to open a link in a new tab, like many sites have eg facebook, facepunch. i only know of <a href="balbla.com>blabla</a> and that redirects. but is there a way of opening a link in a new tab? Quote Link to comment Share on other sites More sharing options...
trq Posted November 16, 2010 Share Posted November 16, 2010 <a href="balbla.com" target="_blank">blabla</a> Will by default open a new window. Allot of people have new windows set to open in a new tab instead. There is no way to open a new tab explicitly. Quote Link to comment Share on other sites More sharing options...
Minimeallolla Posted November 16, 2010 Author Share Posted November 16, 2010 ok thanks Quote Link to comment Share on other sites More sharing options...
ricky_vancouver Posted December 11, 2010 Share Posted December 11, 2010 It is possible ! You can use the HTML code on this page to force a link to open in a new window. <a href="http://www.google.com" target="_blank">Google</a> Quote Link to comment Share on other sites More sharing options...
trq Posted December 11, 2010 Share Posted December 11, 2010 It is possible ! You can use the HTML code on this page to force a link to open in a new window. <a href="http://www.google.com" target="_blank">Google</a> I think you need to read the question again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.