[jQuery] Replacing an IFrame?
A site a friend is working on uses an iframe to show data that refreshes
itself periodically. I'm looking for ways to do the same thing without
the iframe. The problem is that the page being loaded in the iframe's
src is in another domain (also owned by the friend's company). So a
standard Ajax request isn't going to work.
The page being loaded will need to be parsed some so that we only get
the contents of it's body tag, not the head. I don't know if jsonp is
suitable for this (never used it).
I'm looking for suggestions, ideas, or tips. Thanks in advance.
Shawn