My question is simple :
I have a text link , how do I open a new window from here in php?I need the php code for opening a new window.
Thanks in advance!
Best regards!PHp does not do this, you can do this in javascript, the nearest you can get is to holding the javascript in php then php echoing it out.
Think about it, php is server side script, it executes on the server, not the local machine
<!-- m --><a class="postlink" href="RoundHosthttp://www.htmlforums.com/showthread.php?s=&threadid=38466....">RoundHosthttp://www.htmlforums.com/show ... =38466....</a><!-- m -->.
I have a text link , how do I open a new window from here in php?I need the php code for opening a new window.
Thanks in advance!
Best regards!PHp does not do this, you can do this in javascript, the nearest you can get is to holding the javascript in php then php echoing it out.
Think about it, php is server side script, it executes on the server, not the local machine
<!-- m --><a class="postlink" href="RoundHosthttp://www.htmlforums.com/showthread.php?s=&threadid=38466....">RoundHosthttp://www.htmlforums.com/show ... =38466....</a><!-- m -->.