Or you can use the Post-Process "Save Responses to a file", and view
the resulting files in your favourite bug-free browser...!

The View as HTML pane uses standard Java routines for displaying the
output, and they don't work perfectly.

S.
On Wed, 19 Jan 2005 18:55:18 -0500, Michael Stover <[EMAIL PROTECTED]> wrote:
> Viewing a page as HTML in JMeter does not work well.  JMeter is not a
> browser, and things like JavaScript are not supported.  If you need to
> view the rendered HTML, I'd suggest copy/pasting it to a file and
> viewing it in your browser.
> 
> Or, you can do as I do, and get used to reading raw HTML to verify that
> the data returned was correct :-)
> 
> -Mike
> 
> On Wed, 2005-01-19 at 08:20, kalaivanan subramani wrote:
> >
> >
> > 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 
> --
> Michael Stover <[EMAIL PROTECTED]>
> Apache Software Foundation
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to