How do I get HTML sent to server?
Hey,
I have a need to get HTML from a client back to a server to do server
processing. I would like the HTML and form data both. Is there a simple way
to capture that? I do not want to submit the page...I will use ajax to send
the data.
I know how to get the elements but not the entire page or form. I am really
just interested in specifying document.form2 and sending that.
Thanks,
Mica
.
Relevant Pages
- Re: How to do a post back when user press enter.
... It is hosted on a web server, ... the client browser, which is designed to read and interpret HTML. ... UI, via the event handler. ... (microsoft.public.dotnet.framework.aspnet) - Re: How to do a post back when user press enter.
... > requested by a client browser, ... > by an ISAPI (Internet Server Application Programming Interface) ... > and interpret HTML. ... > to its process and UI, via the event handler. ... (microsoft.public.dotnet.framework.aspnet) - Re: Cache
... about - writing data into the client HTML document. ... > Using <% ServerVariable%> can get values from the server then the java can ... (microsoft.public.dotnet.framework.aspnet) - Re: Can script determine if window.onload has already fired?
... And what is wrong with "server side generation of HTML"? ... washed by over-generalization. ... MVC Server, MVC Client, Mixed html and server-side, client-side js ... (comp.lang.javascript) - Unable to post multipart/form-data
... scripting at all and "some" folks are unable to post any file till ... I've installed a packet sniffer software on the server and looked ... It appears that, for some reasons i realy dont know of, the client ... Here is the WHOLE (HTML 4.01 transit) code of the non working page. ... (microsoft.public.inetserver.iis) |
|