jokerfool Posted August 22, 2009 Share Posted August 22, 2009 I have this piece of code which when the link is clicked loads the website: <a href="<?php echo $tags['link']; ?>" Using the same code can I insert the _blank command in there to open the link in a new window? Thank you. Link to comment https://forums.phpfreaks.com/topic/171419-php-new-window-help-please/ Share on other sites More sharing options...
jokerfool Posted August 22, 2009 Author Share Posted August 22, 2009 All good, just added target="_blank" to the end of the code. Link to comment https://forums.phpfreaks.com/topic/171419-php-new-window-help-please/#findComment-904019 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.