Hi, all,
I have page, that is simliar to this, You may notice that all the link are set between <a> select </a>, and followed with some target name (like Avaya, or Beata), the hard part that I cannot resolved is that I only can use Regex to catch the value if the <a> </a> is put between the target name(since they are unique), but when the link is set between 'select' --(they are all identical), I cannot retrive the value I want. Is there anyway, that I can retrieve the value after 'A Href=' and still can reference to any target name, like 'Avaya' or Beata'. My goal is to catch ' https://erfx.uat.enporion.com/instance/processPost' Hope I make my question clear, and thanks for your time. ---------------------------------------------------------------------------------------------------------- <tr> <td ><A HREF='https://erfx.uat.enporion.com/instance/processPost>Select</A></td> <td > Avaya </td> <td >Supplier</td> </tr> <tr> <td ><A HREF='https://erfx.uat.enporion.com/instance/processPost>Select</A></td> <td > Beata </td> <td >Supplier</td> </tr> ------------------------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]