Hi Michael, what is the problem? Can't the link be identified or don't you get the expected result when it is clicked?
Marc. -- Blog: http://mguillem.wordpress.com Goldberger, Michael wrote: > Hey Everyone (sorry if this is a repost, but this message didn’t show up > in the list for me), > > > > I have a real stumper of a problem regarding a JavaScript link inside a > crystal report. The code of the link/button is below: > > > > <td valign="center" nowrap=""> > > <a id="next" href="javascript:CrystalViewerCrystalEvent('CrystalViewer', > 'tb=next')" name="next"> > > <img id="nextImage" width="22" height="22" border="0" > onmouseout="this.src='/app/crystal/images/toolbar/next.gif'" > onmouseover="this.src='/app/crystal/images/toolbar/next_over.gif'" title="Go > to Next Page" alt="Go to Next > Page" src="/app/crystal/images/toolbar/next.gif" name="nextImage"/> > > </a> > > </td> > > > > I have tried every method I could think of to click this link by htmlId, > href, clickElement, imgId, and am now completely out of ideas. > > > > Any help that anyone could offer on this problem would be greatly > appreciated. > > > > Thanks in advance, > > > > Mike > > ------------------------------------------------------------------------ > > * The information contained in this email and document(s) attached are > for the exclusive use of the addressee and may contain confidential > information. If the recipient of this e-mail is not the addressee, such > recipient is strictly prohibited from reading, photocopying, > distributing or otherwise using this e-mail or its content in any way. * > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

