Re: Validator query

On Sat, 5 Jan 2002, Richard Turner wrote:

> Sorry if this has been asked before, but when validating my page (uploaded), the only error I get is this:
>
> Line 53, column 35:
>   ...       <select name="menu" onChange="MM_jumpMenu('parent',thi ...
>                                          ^
> Error: there is no attribute "onChange" for this element (in this HTML version)

Are you using XHTML?  If so, you need to use "onchange" instead of
"onChange".  Names in XHTML are case-sensitive.

-- 
Liam Quinn

Received on Monday, 7 January 2002 21:33:34 UTC