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. Quote Link to comment 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. 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.