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? Link to comment https://forums.phpfreaks.com/topic/218821--/ 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. Link to comment https://forums.phpfreaks.com/topic/218821--/#findComment-1134866 Share on other sites More sharing options...
Minimeallolla Posted November 16, 2010 Author Share Posted November 16, 2010 ok thanks Link to comment https://forums.phpfreaks.com/topic/218821--/#findComment-1134880 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> Link to comment https://forums.phpfreaks.com/topic/218821--/#findComment-1145686 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. Link to comment https://forums.phpfreaks.com/topic/218821--/#findComment-1145690 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.