I need to display another external site\'s content into my site. Normally tag can do it. But my requirement is not whole content, only part of th
the most straight forward (and cross browser) way is to write a server side program (in PHP or Perl) that sits on your server and that you call locally that then goes and gets what you want from the remote site.
If the foreign domain is under your control there are ways to do it in straight javascript, but it's much easier in the former way.