Link to home
Start Free TrialLog in
Avatar of Cerixus
CerixusFlag for United States of America

asked on

Javascript in master/content page

I need to insert this into a content page and I don't understand how.  Putting it in the HEAD section of the master page does not work.

<SCRIPT Type="Javascript" SRC="/FusionCharts/FusionCharts.js"></SCRIPT>
ASKER CERTIFIED SOLUTION
Avatar of y0usuf
y0usuf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

correct syntax type="text/javascript"

<script type="text/javascript" src="/FusionCharts/FusionCharts.js"></script>
Avatar of Cerixus

ASKER

You left out the closing SCRIPTS tag, but other than that this was spot on.  Thanks!