�
  
Hi,
  Thank you very much for spending your valuable time for clearing my doubts.

And again i got a doubts, please try to clarify me the following doubts.

Example, in JSP file i have created two buttons like this

<form action="/MessageTracking/jsp/action.jsp" method="post" 
name="editUserForm">
<input type="button" name="action1" onclick="window.open('sucess.jsp');"  
tabindex="28" value="sucess">

<input type="submit" name="action3"  tabindex="28" value="action">

while testing this page through JMeter,I added the listener, view results in 
tree. there i tried view the resultant page in Rendered HTML form, There i can 
see only the "action" button, i am not able to see the "sucess" button. Then i 
changed that to 
<input type="submit" name="action1"  tabindex="28" value="sucess">

Then i am able to see that "sucess" button.
can you expalin me why this happens.

Thanks in Advance
Please try to clarify me ASAP at your convenience.

Regards
S.Kalaivanan 

Reply via email to