Re: How do I get HTML sent to server?



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
.


Quantcast