Roy M wrote on 12/10/2008 4:17 AM: > Is it possible to get remote contents if page is in another domain, > without use of proxy?
I haven't used it, but you might be able to use this: CSSHttpRequest (CHR) is a method for cross-domain AJAX using CSS for transport. http://nb.io/hacks/csshttprequest/ - Bil