Hi, All, I have a page where the submit button is an image:
<input type=image name="login" src="a link" alt="" width="60" height="20" border="0"></a> <img src="another link" alt="" width="10" height="1"> When I try to simulate this "Login" click in JMeter's "HTTP Request" sampler, what should I use in the name/value pair for this? The method is POST. Thanks! -wangke P.S.: I tried name="login", value="a link"; also name="login.x", value=1 & name="login.y", value=2. They worked sometime but failed others, really weird. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

