Re: How do I get HTML sent to server?
- From: "Jonas Raoni" <jonasraoni@xxxxxxxxx>
- Date: Sun, 15 Jun 2008 21:21:21 -0300
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
.
- Follow-Ups:
- References:
- How do I get HTML sent to server?
- From: MC
- Re: How do I get HTML sent to server?
- From: SAM
- Re: How do I get HTML sent to server?
- From: MC
- How do I get HTML sent to server?
- Prev by Date: FAQ Topic - How can I disable the back button in a web browser? (2008-06-16)
- Next by Date: Re: Hide all elements of a specific class
- Previous by thread: Re: How do I get HTML sent to server?
- Next by thread: Re: How do I get HTML sent to server?
- Index(es):