Sent by Louis P Bennett on 13 February 2002 10:10
Phil-
> I am trying to keep a valid XHTML 1.0 Transitional website at
> http://www.xlab.co.uk but I am stumbling on some javascript on a select
> drop down menu. Can anyone help me get the page validating without
> sacrificing the functionality.
>
> www.xlab.co.uk">http://validator.w3.org/check?uri=www.xlab.co.uk
If onChange is giving you problems, try using onchange, its XHTML
equivalent. All event triggers use the same name, just in lower case, in
XHTML.
-Louis