Hi there,
I am currently getting a javascript feed from another site onto my site. In that feed, it contains a link; but I want it so when my users click on that link it will open in a new window, rather than the one that is on my site. How would I go about doing this?
A part of my code is below:
PHP Code:
echo "<script language=JavaScript src=http://beta.biblegateway.com/usage/votd/votd2html.php?version=".$tVersion."&jscript=1>";
echo "</script>";
Thanks!
|