Hi,

Can you please help me with the HTML Link Parser? I have a request which returns a 
page containing this text :

<TR><TD><a 
href="javascript:goto('someURL?someParam=SomeValue1&myParam=1234')">desc1</a></TD></TR>
<TR><TD><a 
href="javascript:goto('someURL?someParam=SomeValue2&myParam=2345')">desc2</a></TD></TR>
<TR><TD><a 
href="javascript:goto('someURL?someParam=SomeValue3&myParam=3456')">desc3</a></TD></TR>

I've set the path of my next sample as .*myParam=\d+.* with a HTML Link Parser 
modifier, thinking the computed path will be one that matches the regex in my HTML 
response, but it's not working.

Any help please?

Thanks

Jonathan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to