Entry
I browse the HTML from Apache Server using Netscape 4.72, Error Message " Apache.. animate.js not found". Why? How to solve it?
Nov 15th, 2001 18:55
Anthony Boyd, Leon Lai,
Best guess: there is a badly formed link in the HTML somewhere. You,
or whoever built the site you're viewing, need to correct the HTML link
to the animate.js file. It probably looks like this:
<script language="JavaScript" src="..animate.js">
But the code really should look like this:
<script language="JavaScript" src="../animate.js">
This is only a guess. The code is probably close to what I've just
described, but the person hunting for the problem text may find it is
not exactly as I typed it.