Re: DOM innerHTML... similar to ASh on June16,2008
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Matt wrote: > So XMLHttpRequest is simply requesting another copy of the web page > from the web server? If this is correct, this seems a little > inefficient have to send the same document multiple times over the > web. Is there not a method to view the preprocessed web page that has > already been requested once? Did I understand this correctly? Thanks > again. =) You could always read it from the cache manually; firebug does this, as does "save as". You just have to be really careful when doing it, of course. -Boris