@all who wants to ask a question Please explain in details what do you want to do instead of what is not working.
I.e. I want to update an empty div on the page using a HTML from the http://example.com/ Like on that page: How to do that? Here is how someone else did it: http://search.twitter.com/search?q=helloween Here is how I tried to achieve the goal, but I failed: http://mooshell.net/bg93L/1 The answer could be This page (Twitter search is calling a JSON on external site - you could use JSONP for that) If you want to update a div with the HTML reposne you's meet crossdomain security issue and you would have to load a page in the backend and then load again from that using Request.HTML as on this example: http://mooshell.net/bg93L/2 zalun -- London, UK
