On Fri, Oct 1, 2010 at 7:05 PM, Greg Dougherty <[email protected]>wrote:
> Well, as a user there's been a lot of times when I wanted to save the > contents of a JavaScript generated page (such as when the web page > wants to give me something I can print out, but not something I can > save to disk and use later). > > But, as a Developer, I'd like to not have to hand-generate HTML in > order to save the contents of my page. > That's generally what you have to do. The issue is that all URLs must be converted to a local device reference, and the images downloaded. > Greg > > On Sep 28, 10:44 pm, mP <[email protected]> wrote: > > Is this a developer question or for the convenience of regular users. > > For regular users i cant quite see how this is probably use to them. > > They are never going to get a complete snapshot that is of any use. > > However if you want to get a snapshot of the DOM as HTML there are > > plenty of plugins for FireFox - google for "ViewPageSource" etc. > > > > On Sep 29, 12:15 am, Greg Dougherty <[email protected]> > > wrote: > > > > > Is there any way to make aGWTApp so that when the User selects "Save > > >PageAs" (or their browser's equivalent), it actually saves something > > > useful? Such as, oh, the contents of thepage? > > > > > TIA, > > > > > Greg > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
