Hi, All
I'm going through the painstaking process of validating my pages, all was going (surprisingly) well untill I came to adding,
(working backwards with FF 1.5.0.2 extension "Html Validator 0.7.9")
as soon as I added the doctype my body onload stopped calling my javascript function, is this normal. ?
I should add, this only happen in FireFox, IE acted the same with or without doctype.
Thanks.
I'm going through the painstaking process of validating my pages, all was going (surprisingly) well untill I came to adding,
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
as soon as I added the doctype my body onload stopped calling my javascript function, is this normal. ?
I should add, this only happen in FireFox, IE acted the same with or without doctype.
Thanks.