Hi,
We have crossed the protocol problem. But now we are
facing a problem with "clicklink". "clicklink" doesn't
bring up the next page in my application. It just
stays in the same page.
The image on which I do "clicklink" neither have 'alt
attribute' or 'name', I used javascript through href
in "clicklink". Is this a problem? If so, how to
overcome this?
Any help is welcome. Following is the script we use.
<setinputfield stepid="Input User Name"
name="UserName" value="user1"/>
<setinputfield stepid="Input Password" name="Password"
value="password1"/>
<clicklink label="" href="javascript:forward();"/>
<verifytext stepid="verifying text in the application"
text="Select an account"/>
Thanks,
Latha