Load Javascript in a Mendix form.

0
What I am trying to need is load a piece of javascript from and external resource into my form. The website says that I should put this into my HTML. <!-- webbot bot="HTMLMarkup" startspan --> <!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. --> <script language="javascript" type="text/javascript" src="//smarticon.geotrust.com/si.js"></script> <!-- end GeoTrust Smart Icon tag --> <!-- webbot bot="HTMLMarkup" endspan --> However when I put this code into the HTML snippet and select HTML it won't run the javascript. Also if i select javascript on the html snippet it won't run. What I am trying to do is described on this page: http://www.geotrust.com/support/quick-ssl-support/premium-true-site-seal/ Is there a way in javascript to get this resource and run it? Any help would be useful.
asked
0 answers