Forum Moderators: open

Message Too Old, No Replies

Help

         

prozak76

5:40 am on Jan 11, 2004 (gmt 0)

10+ Year Member



I am trying to put the amber alert on my web site.
It is available in javascript.
My web site will not validate as valid xhtml with the code. I am not sure how to rewrite it.
Anyone who can help?
This is the script
<script src="http://www.codeamber.org/js/codea.js" lang="JavaScript1.2" xml:lang="JavaScript1.2">
</script>

birdbrain

5:16 pm on Jan 12, 2004 (gmt 0)



Hi there prozak76,

Try it like this...


<script type="text/javascript" src="http://www.codeamber.org/js/codea.js" >
</script>

birdbrain