Submitting whole HTML document to Server

  • Thread starter Thread starter GMartin
  • Start date Start date
G

GMartin

Is there a way to return the whole HTML document from the Client to
the Server "as is" so I can use ASP.NET to parse through it and look
for stuff?

I want to see what some client side JavaScript may have done to the
XHTML document.
 
GMartin said:
Is there a way to return the whole HTML document from the Client to
the Server "as is" so I can use ASP.NET to parse through it and look
for stuff?

I want to see what some client side JavaScript may have done to the
XHTML document.

This doesn't directly answer your question, but it may be what you are
looking for.

http://projects.nikhilk.net/Projects/WebDevHelper.aspx

In addition to its many other features, it will show you the "live" HTML
source for a page (as modified by any javascript).
 
I'm looking to do it at runtime. Not with a utility while
programming.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top