Re: how to get value from HTML

2007-05-04 Thread chris
use regex extractor (post processor), like this: reference name: productID regex: "productID" value="([0-9]+)" template: $1$ match no: 1 default value: not_found you now have access to your product id with ${productID} //chris

Re: how to get value from HTML

2007-05-03 Thread Scott Cederberg
wrote: Hi, I could see a response data(HTML format) from my request, how can I get the value from it? I need to get the value of the productID and it looks like name="productID" value="10" in the HTML. Any idea? Thanks, Tiffany -- View this message in context: http://www.n

how to get value from HTML

2007-05-03 Thread tiffany
Hi, I could see a response data(HTML format) from my request, how can I get the value from it? I need to get the value of the productID and it looks like name="productID" value="10" in the HTML. Any idea? Thanks, Tiffany -- View this message in context: http://www.n