Re: How do I get HTML sent to server?




"Jonas Raoni" <jonasraoni@xxxxxxxxx> wrote in message
news:op.ucte9vdlrwisdc@xxxxxxxxxxxxx
On Sun, 15 Jun 2008 17:57:11 -0300, MC <"mica[removethis]"@aisus.com>
wrote:
Because a 3rd party server library requires it for processing just as it
looks completed on the client browser.

Strange. If you want the *exactly* HTML sent back to your server, you
should not use "innerHTML" (the browser may output it the way it wants),
instead store (at server-side time) a copy of the HTML that must be sent
back somewhere (hidden input, JavaScript variable, [...]) and when sending
your form, grab that content.


--
Jonas Raoni Soares Silva
http://jsfromhell.com

Ok, again, the library wants the entire content to process. It will make an
archive of the page the way the client sees it with their form data added.
Does anyone know how to do this?

MC

Mica


.



Relevant Pages

  • Re: Http ---> Protocol(XML) ---> Http Content
    ... > server. ... This html will be rendered to client browser after some processing. ... > I know it can be done via XMLHTTP object but I am looking towards a .Net ...
    (microsoft.public.dotnet.xml)
  • Re: How do I get HTML sent to server?
    ... I have a need to get HTML from a client back to a server to do server ... I would like the HTML and form data both. ...
    (comp.lang.javascript)
  • How do I get HTML sent to server?
    ... I have a need to get HTML from a client back to a server to do server ... I would like the HTML and form data both. ...
    (comp.lang.javascript)
  • Re: How do I get HTML sent to server?
    ... looks completed on the client browser. ... Sending the HTML won't give you that. ... the values and build the structure on the server side. ... Just sending the data back will not work, as the client view may have html ...
    (comp.lang.javascript)
  • 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)