Forum Moderators: open
Are you placing javascript inside the tag before the function name like below?
<script language=javascript>
function test(){
alert("hi");
}
</script>
onMouseOver="javascript:test()"
I have tested this and all works fine in IE not tested in Netscape or anyother though...
edit Just tested it without the javascript:test() and it also works! Lets know how you get on
-gs
<map name="hmap">
<area shape="poly" coords="314,81,314,68,234,68,234,77,238,81" href="#" alt="map" onMouseOver="javascript:window.status='myString';return true;" onMouseOut="javascript:window.status='otherString';return true;"> </map> This works on other objects in the page, but not this map.
- in Explorer, btw.
Heh, it's gonna bug me till I get back to it.
Thanks again.