Re: How do I get HTML sent to server?
- From: "MC" <mica[removethis]@aisus.com>
- Date: Sun, 15 Jun 2008 21:33:39 -0500
"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
.
- Follow-Ups:
- Re: How do I get HTML sent to server?
- From: Evertjan.
- Re: How do I get HTML sent to server?
- 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
- Re: How do I get HTML sent to server?
- From: Jonas Raoni
- How do I get HTML sent to server?
- Prev by Date: Re: Help with str.split and show permutations.
- Next by Date: Re: What to read first...?...
- 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):
Relevant Pages
|