Is there any way, where I can make a cross site get call to another server, so I can grab some content?
If no, anyone know a better solution, so I can get all html imported to another site?
use a server proxy to sit between you and the remote site or you can use jsonp if the server on other domain supports it ...