I am trying to extract following values from previous response and pass it to subsequent requests using Reguluar Expression Extractor. But it always returns defualt value defined in the Extractor.
<pre> img id=_menuShow onclick="_showMenu();clearForm(this)" src="images/showmenu.gif" style="cursor:hand; display:none" alt="(.+?) Menu" width="(.+?)" border=0 </pre> It seems to be the problem with the above tag has bracket characters. If I remove "<img id=_menuShow onclick="_showMenu();clearForm(this)" " then it works fine. Are there any escape characters to tell Extractor not to evaluate the above brackets. Thanks,gnr80 -- View this message in context: http://www.nabble.com/Regular-Expression-Extractor-Issue-tp14589696p14589696.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

