Modernvox Posted January 19, 2010 Share Posted January 19, 2010 Open this link in a new window...Unfortunately this question was answered for me a while back, but can't get to the message. Trying to open this link in a new window? echo "<a href=\"$url{$post[1]}\">{$post[2]}<font size=\"3\">{$post[3]}</font></a><br />"; print "<BR />\n"; Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/189000-open-this-link-in-a-new-windowunfortunately-this-questi/ Share on other sites More sharing options...
oni-kun Posted January 19, 2010 Share Posted January 19, 2010 Open this link in a new window...Unfortunately this question was answered for me a while back, but can't get to the message. Trying to open this link in a new window? echo "<a href=\"$url{$post[1]}\">{$post[2]}<font size=\"3\">{$post[3]}</font></a><br />"; print "<BR />\n"; Thanks in advance. You would use the target="_blank" attribute on the anchor href link, But note that browsers such as (firefox/Opera/IE) will have default behaviours for this, and may force it into a tab, this is purely user defined. If you require a new window rather than tab, a popup will be your only solution. Link to comment https://forums.phpfreaks.com/topic/189000-open-this-link-in-a-new-windowunfortunately-this-questi/#findComment-997893 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.