From: Rick Merrill on
I cannot see anything wrong with this document:
http://home.comcast.net/%7Ejaynehm/BatCo/AccessBolton_files/BadNowPlaying.htm

it validates, but the javascript is never called.

Is there a typo I just cannot see?!
From: tommybiegs on
On May 7, 2:50 pm, Rick Merrill <rick0.merr...(a)gmail.com> wrote:
> I cannot see anything wrong with this document:http://home.comcast.net/%7Ejaynehm/BatCo/AccessBolton_files/BadNowPla...
>
> it validates, but the javascript is never called.
>
> Is there a typo I just cannot see?!

Yes, line 135:

document.write("<br><tt>Wed 7 May &nbsp;9:25 am &nbsp;<\/tt>Old Movie
"Dawn Patrol"<br>" );

should be:

document.write("<br><tt>Wed 7 May &nbsp;9:25 am &nbsp;<\/tt>Old Movie
\"Dawn Patrol\"<br>" );

cheers,