The reason I want to use an IFRAME rather than a DIV (for example) is because I want this bit of the page to have a scrolling window...
The PHP page called by an ajax call supplies the content to an ajax success() method...
Obviously I could put the PHP page's output to a file... and then read this in by changing the src of the IFRAME... but I was just wondering if there was a way of loading an IFRAME's content another way.
Alternatively, is there any other HTML or JQuery or JQuery UI component which implements scrolling?