Page 1 of 1

Comodo Corner of Trust Logo

Posted: Thu Oct 16, 2008 3:51 am
by albatreeq
I am trying to put the Comodo Corner of Trust Logo on my website. Comodo requires that I put the following code before the head tag on the home page.

<script language="javascript" type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" :
"http://www.trustlogo.com/trustlogo/javascript/cot.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>

and I put the following before the body tag.

<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script language="JavaScript" type="text/javascript">
COT("https://itsouq.com/images/cot.gif", "SC2", "none");
</script>

Can the forum teach me how to do this? :D

Re: Comodo Corner of Trust Logo

Posted: Thu Oct 16, 2008 5:17 am
by mazhar
Just edit the header scriptlet and place these both chunks of your code at the start of your header scriptlet HTML.

Re: Comodo Corner of Trust Logo

Posted: Thu Oct 16, 2008 7:35 am
by albatreeq
Thank you Mazhar. The logo is now working.
Regards
Joseph Jeyaseelan
http://www.itsouq.com

Re: Comodo Corner of Trust Logo

Posted: Sat Aug 06, 2011 3:54 pm
by sloDavid
The head tag is in the /Layouts/Scriptlet.master file. You can insert them there.