Hi,
The following is the HTML code snipplet where the link is in AREA tag of a MAP .
How can i use <clicklink> to click any one of these links in the MAP.is there
any other solution to check the clicking of a link in an image map ?
<IMG USEMAP="#headgr" SRC="images/loginheader.gif" border=0 height=95 width=615
align="left" vspace=0 hspace=0>
<MAP name="headgr">
<AREA shape="rect" coords="399,17 477,30" href="contactus.asp">
<AREA shape="rect" coords="491,17 551,30" href="sitemap.asp">
<AREA shape="rect" coords="562,17 613,30" href="logout.asp">
</MAP>
Vijay