View Single Post
  #1  
Old 03-01-2005, 10:40 PM
  KCAutosound's Avatar 
KCAutosound KCAutosound is offline
 

eXpert
  
Join Date: Feb 2005
Posts: 220
 

Default Another SSL Cert Graphic Issue

I've done a search and tried all the recommended things in the forums. Can any of you guys help me out. I'm trying to get my SSL image to show up. It is one that is pulled from another server through javascript. I want to put it into a block on my site but it's becoming a real pain to figure out.

Here's the code. It basically places my domain name over the top of the image.

Code:
<script language="javascript" type="text/javascript"> var siteseal = ''; var sid = '15938340'; </script> <script language="javascript" type="text/javascript"> var rnddate = new Date(); var rndnumber = rnddate.getTime()*1000; document.write('<s'+'cript src="'+'https://registerfly.com/ssl/showseal.php?sid='+sid+'&cachebuster='+rndnumber+'"></'+'script>'); </script> <script language="javascript" type="text/javascript"> document.write(siteseal); </script>

Any help with this would be great. Been at it for quite awhile.
__________________
X-Cart version 4.7.6 Gold
xcartmods.co.uk - Ultra Template
Reply With Quote