> 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).
GMartin - 11 Feb 2008 20:51 GMT
I'm looking to do it at runtime. Not with a utility while
programming.
On Feb 11, 1:31 pm, "Scott Roberts" <srobe...@no.spam.here-webworks-
software.com> wrote:
> > 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
[quoted text clipped - 10 lines]
> In addition to its many other features, it will show you the "live" HTML
> source for a page (as modified by any javascript).