Embeding javascript in page

  • Unknown's avatar

    I need to embed a javascript that refers back to another site (ratemds.com) but for some reason it doesn’t work!

    Here’s the code:
    <!– Note: place this code anywhere inside your page’s BODY tag –>
    <script type=”text/javascript”>
    ratemds_bgcolor=”white”;
    ratemds_tablewidth=600;
    ratemds_tableborder=1;
    ratemds_maxnumratings=3;
    </script>
    <script id=”ratemdsjs” type=”text/javascript” src=”http://www.ratemds.com/jsprofile/3595492/jsprofile.js”>
    </script>

    I’ve been placing it in the ‘text’ section of the “Edit Page” page without success. I’d appreciate some help with this. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You will not be successful, because javascript is stripped out here for security reasons. Unless they supply a version of the code which contains no javascript, flash, or iframes, you will not be able to do more than simply create a plain HTML link to their site in a text widget or post.

  • The topic ‘Embeding javascript in page’ is closed to new replies.