1 message in com.canoo.lists.webtest[Webtest] how to : clicklink in image...
FromSent OnAttachments
vijay kumar28 May 2002 03:10 
Subject:[Webtest] how to : clicklink in image map
From:vijay kumar (vija@yahoo.com)
Date:05/28/2002 03:10:39 AM
List:com.canoo.lists.webtest

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