Quote:
Originally Posted by scorpius420
Can't you do everything you can do with AJAX using iframes by simply setting the src attrib and passing parameters as a GET query string?
P.S. Is there anything iframes can do that AJAX and a a <div> or a <span> can't do?
Thanks. 
|
iframes can make requests to other domains and sites, ajax cannot.
ajax can update the page contents in shapes other than a rectangle...