No since those values are hidden in javascript.  All the "generated html"
view is I think is if you use Javascript to do a document.write to
dynamically generate the HTML, which isn't what you are doing.

You might find Firebug helpful - it lets you inspect the DOM & CSS which is
far more useful.

On Thu, Apr 23, 2009 at 5:26 AM, Stephan <[email protected]> wrote:

>
> Hi,
>
> Perhaps someone can help me the following issue:
>
> I fetch a html file from the server with a remote call and place this
> into the page (using setInnerHtml). The html contains widgets like
> input (type=text). After displaying the user can enter values.
>
> What I want is to get the entire html including the entered values -
> similar to what FireFox WebDeveloper plug-in does when you select
> 'view generated source'. All my efforts with innerHtml and the DOM
> object result into the static HTML being returned.
>
> Is there a way to get the 'generated' or 'dynamic' content as html?
>
> thanks,
>
> Stephan
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to