There is no Google AJAX API to do this, but you can build something fairly quickly on your own using XMLHttpRequest and a server-side proxy application. Basically, the proxy application will accept a url via the XMLHttpRequest; retrieve that url using curl or UserAgent or - gulp - WebClient, etc.; and then return it to your JS.
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Apr 8, 2009, at 8:52 AM, Annddrew wrote: > > Hi, > I would like to know if there is a way to grab the full content of a > page given its URL? Thanks > > Andrew > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
