I am having trouble passing image map name (document.links[x].name) to a .js on a onMouseover event in a document with 50+ image maps. Can the array value be returned on the onmouseover event to identify the name?
Any ideas??? Many thanks.
e.g. (pass the name value to the .js file)
<area shape="rect" coords="294,128,310,140" href="#" onMouseover="stm(Text[8],Style[0])" onMouseout="htm()" name="0310222222">
<area shape="rect" coords="200,122,210,180" href="#" onMouseover="stm(Text[8],Style[0])" onMouseout="htm()" name="031099999">
Any ideas??? Many thanks.
e.g. (pass the name value to the .js file)
<area shape="rect" coords="294,128,310,140" href="#" onMouseover="stm(Text[8],Style[0])" onMouseout="htm()" name="0310222222">
<area shape="rect" coords="200,122,210,180" href="#" onMouseover="stm(Text[8],Style[0])" onMouseout="htm()" name="031099999">