Jump to content

hralston

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by hralston

  1. I have a script that will work fine in Firefox but not Chrome, Opera, Microsoft Explorer.The console has this in Chrome-uncaught syntax error: Unexpected token < It is in the page-http://www.ralstongenealogy.com/visitor.htm This is the script- /* <![CDATA[*/document.writeln(<div id="page-footer"> <a href="#top"><img src="uparrow.gif" alt="To top of page" /></a> <a href="index.htm"><img src= "homarrow.gif" border="1" width="72" height="28" alt="To Home Page" /></a> © 2012 Harold A. Ralston, Racine, Wisconsin, USA.<br /> Design and material may be copied with web page author's permission. <a href="visitor.htm"><img src="letter.gif" alt="e-mail" width="35" height="24" />E Mail</a> <a href="http://www.chami.com/html-kit/"><img src= "hkbutton.gif" width="93" height="30" alt="HTML-Kit Button" title="Built using HTML-Kit" border="0" /></a></div> ); dayName=new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday") monName =new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December") now=new Date document.write ( dayName[now.getDay()] +", "+monName[now.getMonth()] + " "+now.getDate()+", "+now.getFullYear()+". <br>" ); /*]]> */
×
×
  • Create New...