Forum Moderators: open
Error: end tag for element "A" which is not open; try removing the end tag or check for improper nesting of elements.
It points at the "</a>" element. I suspect it is something simple, but I'm simple when it comes to javascript.
<script type="text/javascript" LANGUAGE="javascript"><!--
if (t==0) { var h='<a href="http://tools.hitbox.com/bin/tellafriend/tellafriend.cgi
?client_id=66576&tool_instance_id=1&action=tell">Tell-A-Friend</a>'; document.write(h);}
//--></script>
Thanks,
Actually, I have decided to yank this crap out. THis was generated by Hitbox and is a tell-a-friend tool. But as I considered what it offeres above and beyond just a pop-up email, I realized it has no value. So the question is still an interesting one, but I'm deleting this.
THanks again.
[edited by: tesla at 6:22 pm (utc) on Sep. 11, 2002]
[edited by: tedster at 1:08 am (utc) on Sep. 12, 2002]
<script type="text/javascript" LANGUAGE="javascript">
<!--
if (t==0) { document.write('<a href="http://tools.hitbox.com/bin/tellafriend/tellafriend.cgi
?client_id=66576&tool_instance_id=1&action=tell">Tell-A-Friend<\/a>');}
//-->
</script>
This one works. Notice the "<\/a>".
[edited by: tedster at 1:09 am (utc) on Sep. 12, 2002]
[edit reason] stop side scrolling [/edit]