I'm trying to add a javascript call to a scriptlet but it's not working. It works find from an HTML page but not from a scriptlet.
This is the format: <script type="text/javascript" src="http://www.targetdomainname.com/service ... "></script>
Is there a way from me to run this from within a scriptlet?
TIA,
Mark
Trouble calling Javascript from within a scriptlet
Re: Trouble calling Javascript from within a scriptlet
Try this
Code: Select all
<script language='javascript' type='text/javascript' src='http://www.targetdomainname.com/services/ctva/?o=js&s=mydomain.com'></script>
Re: Trouble calling Javascript from within a scriptlet
Thanks but that did not work.
Here is the exact code that works under HTML: <script type="text/javascript" src="http://www.cocoontech.com/services/ctva ... "></script>
It displays a logo on the page.
Here is the exact code that works under HTML: <script type="text/javascript" src="http://www.cocoontech.com/services/ctva ... "></script>
It displays a logo on the page.