[VE][108] Error Message Feedback

Thanks for taking the time to read my question.

I have an onClick event on my page, and the validator says it is incorrect.

Here is the message I get:

Line 331, column 91: there is no attribute "onClick"

...sor: hand; cursor: pointer;" onClick="GetCalNum('Prev'); document.imageName.s

The full line is

<map id="Dec04Map" name="Dec04Map">
	<area shape="rect" coords="60,25,75,36" href="javascript:void(0)"
onclick="NewMonth(EventDesc[0])" alt=""/>
</map>

<map id="Jan05Map" name="Jan05Map">
	<area shape="rect" coords="" href="javascript:void(0)"
onclick="NewMonth(EventDesc[1])" alt=""/>
</map>

<map id="Feb05Map" name="Feb05Map">
	<area shape="rect" coords="" href="javascript:void(0)"
onclick="NewMonth(EventDesc[1])" alt=""/>
</map>

What is wrong with what I am doing?  What do I fix to make it right.

Thanks again,

Brad
www.pierced.ca (my band web page)

-- 
Brad McIntyre

Received on Friday, 7 January 2005 19:36:23 UTC