How can I insert code from another site and make it work?

  •  08-18-2007, 8:51 PM

    How can I insert code from another site and make it work?

    I'm trying to display the following code that links to a Bible verse of the day but when you go to the page it just shows what I pasted in, not what it should:
     
    <script type="text/javascript" language="JavaScript" src="http://www.biblegateway.com/usage/votd/votd2html.php?version=31&amp;jscript=1">
    </script>
    <!-- alternative for no javascript -->
    <noscript>
    <a href="http://www.biblegateway.com/usage/votd/votd2html.php?version=31&amp;jscript=0">View Verse of the Day</a>
    </noscript>
View Complete Thread