[Webtest] clicking an image: how to?

Dierk König webtest@lists.canoo.com
Thu, 23 May 2002 11:00:41 +0200


This is a multi-part message in MIME format.

------=_NextPart_000_000C_01C20249.146385D0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi Laval,

have you tried to use the alt attribute of the enclosed image? If there is
no alt attribute, specify the label attribute as empty.
If possible, we advise to include a non-empty alt attribute with the image.

If there are multiple image links like this on the page without the alt
attribute, you need to use the href attribute of
<clicklink > to find the correct one (part of href is enough, typically a
parameter-value thing).

hope that helps
Carsten and Mittie while integrating contributions

:-)

-----Original Message-----
From: webtest-admin@lists.canoo.com [mailto:webtest-admin@lists.canoo.com]On
Behalf Of Laval Chung
Sent: Dienstag, 14. Mai 2002 13:25
To: webtest@gate.canoo.com
Subject: [Webtest] clicking an image: how to?


  I have a link in my html file as follows:

  <a href="..../....jsp?...."><img etc..></a>

  Where the href is calling a jsp page with some parameters.
  Is there a way to click on this link?

  Cheers
  laval

------=_NextPart_000_000C_01C20249.146385D0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff size=3D2>Hi=20
Laval,</FONT></SPAN></DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff =
size=3D2>have you tried to=20
use the alt attribute of the enclosed image? If there is no alt =
attribute,=20
specify the label attribute as empty.</FONT></SPAN></DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff size=3D2>If =
possible, we=20
advise to include a non-empty alt attribute with the =
image.</FONT></SPAN></DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff size=3D2>If =
there are=20
multiple image links like this on the page without the alt attribute, =
you need=20
to use the href attribute of</FONT></SPAN></DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff =
size=3D2>&lt;clicklink=20
&gt; to find the correct one (part of href is enough, typically a=20
parameter-value thing).</FONT></SPAN></DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff =
size=3D2>hope that=20
helps</FONT></SPAN></DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff =
size=3D2>Carsten and=20
Mittie while integrating contributions</FONT></SPAN></DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff=20
size=3D2>:-)</FONT></SPAN></DIV>
<DIV><SPAN class=3D008534708-23052002><FONT color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D008534708-23052002></SPAN><FONT face=3DTahoma=20
size=3D2>-----Original Message-----<BR><B>From:</B> =
webtest-admin@lists.canoo.com=20
[mailto:webtest-admin@lists.canoo.com]<B>On Behalf Of </B>Laval=20
Chung<BR><B>Sent:</B> Dienstag, 14. Mai 2002 13:25<BR><B>To:</B>=20
webtest@gate.canoo.com<BR><B>Subject:</B> [Webtest] clicking an image: =
how=20
to?<BR><BR></DIV></FONT>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV><FONT face=3DArial size=3D2>I have a link in my html file as=20
  follows:</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>&lt;a =
href=3D"..../....jsp?...."&gt;&lt;img=20
  etc..&gt;&lt;/a&gt;</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Where the href is calling a jsp page =
with some=20
  parameters.</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>Is there a way to click on this=20
link?</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Cheers</FONT></DIV>
  <DIV><FONT face=3DArial =
size=3D2>laval</FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_000C_01C20249.146385D0--