hi i have tried a simple onclick event on image map but was not functioning ,i can't able to figure it out.
<script type="text/javascript">
function Get(What)
{ alert(What); }
</script>
<map name="Map" id="Map">
<area shape="rect" coords="356,160,364,168" href="#" onclick="Get(6);" alt="this is city area" />
</map>