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.