Hello EB, I have a html page - containing following IFRAME tags- <IFRAME SRC="http://MyServer/Redirect1"</IFRAME><br> <IFRAME SRC="http://MyServer/Redirect2"</IFRAME><br> <IFRAME SRC="http://MyServer/Redirect1"</IFRAME><br> <IFRAME SRC="http://MyServer/Redirect1"</IFRAME><br> <IFRAME SRC="http://MyServer/Redirect3"</IFRAME><br> <IFRAME SRC="http://MyServer/Redirect3"</IFRAME><br>
I am hitting this page by enabling "RegexpHTMLParser" with JMeter version 2.2 - Ideally - jMeter should show response for every URL included in IFRAME tag - but it excludes response for repeated URL. e.g in this case Redirect1 is repeated three times , Redirect3 is repeated two times and Redirect2 is single - I should get six responses - but JMeter returns single response for Redirect1, Redirect2 and Redirect3 respectively. How can i get response for every ( duplicate ) IFRAME tags ? Thanks, ~Ajit

