I'm trying to add the code below to my page, it is a self updating image link to a free e-card of the week from this URL : http://omplace.com/cgi-bin/search/om...gi?page_spirit
I know so little about this I'm not sure what it is or how to insert it on my page with BLV. I tryed a few things but had no luck.
This is from Dianne of sisterearthstore.com
See code below.
<!--CODE STARTS HERE-->
<script type="text/javascript" language="JavaScript">
if (navigator.appName == "Microsoft Internet Explorer" ||
navigator.appName == "Mozilla") {
document.write('<iframe src="http://www.omplace.com/spiritcardofweek.html" height="200" frameborder="0" scrolling="no"></iframe>');
}
else {
if (navigator.appName == "Netscape") {document.write('<layer style="position: relative;" src="http://www.omplace.com/spiritcardofweek.html"></layer>');
}
}
</script>
<!--CODE ENDS HERE-->
I know so little about this I'm not sure what it is or how to insert it on my page with BLV. I tryed a few things but had no luck.
This is from Dianne of sisterearthstore.com
See code below.
<!--CODE STARTS HERE-->
<script type="text/javascript" language="JavaScript">
if (navigator.appName == "Microsoft Internet Explorer" ||
navigator.appName == "Mozilla") {
document.write('<iframe src="http://www.omplace.com/spiritcardofweek.html" height="200" frameborder="0" scrolling="no"></iframe>');
}
else {
if (navigator.appName == "Netscape") {document.write('<layer style="position: relative;" src="http://www.omplace.com/spiritcardofweek.html"></layer>');
}
}
</script>
<!--CODE ENDS HERE-->
Comment