zohab Posted September 30, 2008 Share Posted September 30, 2008 Hi all With the help of following command i am able to open link in new window. window.open("http://google.com", "Google"); I want to open link in new tab How can i implement it. any ideas? Link to comment https://forums.phpfreaks.com/topic/126400-open-link-in-new-tab/ Share on other sites More sharing options...
xtopolis Posted September 30, 2008 Share Posted September 30, 2008 This can't be implemented, it's based on the user's browser settings. A new tab is a version of a new window. Link to comment https://forums.phpfreaks.com/topic/126400-open-link-in-new-tab/#findComment-653830 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.