Trust logo doesn't show

Hello,

I received an email to add the Trust logo to our site https://otmis.knijff.nl/

After following the instructions found at

After doing this the logo doesn’t show, instead a text hyperlink with the text “Server SSL Certificate” at the bottom of the screen wich directs you to http://www.instantssl.com/.

This isn’t really what i was looking for.

Any help would be appreciated.

Kind regards,

Jeroen van Velzen

Hoi Jeroen,

I think your JS code contains invalid characters, if I verify the source with Firefox it shows  chars that shouldn’t be there.


<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>

Can you remove those and try again?
Groet Ronny

Hoi Ronny

Thank you for your reply.

I have removed the strange characters in the code.

Nothing changed though, the same link remains at the bottom of my screen.

Any other suggestions…?

Groet,

Jeroen

Seems like there is a syntax issue before the first COT it does show up in ‘red’ when I view source in Firefox.
I think it should be purple to be correctly interpreted, also NoScript doesn’t show an attempt to load the script from an external site.

I saw the same in the source in Firefox, that is not normal. I changed the syntax to the more standard code to add javascript.

Didn’t do the trick. But doing so changes the code that was provided to me in the tutorial, i don’t think this must be done.

Still, the problem remains, any ideas would be most welcome.

Regards,

Jeroen

I think it’s caused by something that is missing in the code above the script
Also w3c validation fails on a few points for that page, maybe that helps to solve the issue

http://validator.w3.org/check?uri=https%3A%2F%2Fotmis.knijff.nl%2F&charset=(detect+automatically)&doctype=Inline&group=0

Hoi Ronny,

Thank you for this link, i will look into this, quite a few errors.

Regards,

Jeroen.