Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trust Logo javascript


Guest

Recommended Posts

Hi,

 

I'm trying make my SSL Trust Logo work on my site, i've added it to the bottom right of My Webpage, but i want to make it work like the example here where details appear when hovering over the image. I've been given the following instructions to make it work like the example but i haven't got a clue in which files i need to add the javascript and where. I would appreciate it if someone could help me out.

 

Step 1: Copy the below JavaScript in your HTML page's <head> tag.

Use the following line if you are displaying your TrustLogo over a STANDARD NON-SECURE page, e.g. http://

 

<script language="JavaScript" src="http://www.trustlogo.com/trustlogo/javascript/trustlogo.js" type="text/javascript">

</script>

 

Use the following line if you are displaying your TrustLogo over a SECURE page, e.g. https://

 

<script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript">

</script>

 

then it asks to add the following into my webpage html

<!--

TrustLogo Html Builder Code:

Shows the logo at URL http://www.minimotosandmore.com/images/secure_site.gif

Logo type is  ("SC")

undefined

//-->

<script type="text/javascript">TrustLogo("http://www.minimotosandmore.com/images/secure_site.gif", "SC", "none");</script>

 

Thanks in advance

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...