Ok, thank you. I feel more comfortable doing the parsing in Python than in JavaScript anyway. I'll leave JavaScript off this job completely.
On Nov 13, 12:59 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > On Thu, Nov 13, 2008 at 7:34 AM, Frank Malina @ vizualbod.com < > > [EMAIL PROTECTED]> wrote: > > > Hi all, > > I'd want to grab a div from external domain and stick in a div on my > > site. > > > Is it doable? Won't there be any cross domain issues? > > There will indeed. You'll have to use a proxy script on your domain to fetch > the page from an external domain. > > - Richard