how can i change to php that opens a link in a new window pl
Posted: Thu Feb 11, 2010 6:13 pm
I have this bit of PHP code on my CMS
<?php
echo $global_data["links"];
?>
I can not set "open link in new window" (blank window)
from within the CMS Admin, so i need to kind of add something to the PHP script above to make it happen - but what and how, any suggestions??
<?php
echo $global_data["links"];
?>
I can not set "open link in new window" (blank window)
from within the CMS Admin, so i need to kind of add something to the PHP script above to make it happen - but what and how, any suggestions??