Click to See Complete Forum and Search --> : object doesnt support this property or method


don
02-23-2003, 10:48 PM
hello
I use a copyright date update script on my pages which works fine except on one site.

I have tryed every thing I can thing of even a test page with script only (works ok on it), but even when Icopy and past that to main page it gives me error

the page with problem is http://www.genuity.com.au/blue/bluepoint.html and
test is here http://www.genuity.com.au/blue/test.html
script is on my main page here www.bayviewbakery.com.au and works fine there.
just will not work on http://www.genuity.com.au/blue/bluepoint.html

any advice would be much apprciated
Regards
Don

khalidali63
02-23-2003, 11:40 PM
It looks like you are using strict HTML DTD validation

my first guess would be at line 608
change
<script language="javascript">

to
<script type="text/javascript">

HTML4.01> script does not have attribute language.

cheers

Khalid

don
02-24-2003, 05:41 AM
Khalid
Thank you that change fixed problem your has been much appreciated

Regards
Don