Sivakatirswami,

AJAX vs. iframes really depends a lot on your needs, but besides buzz- word compliance there are some advantages to AJAX:

1) The request is asynchronous, which has the advantages that:
        a) You can display your own "loading" messages easily
b) You can manage your own error messages if the connection is lost or times out c) You can juggle multiple requests and/or preload things in the background

2) You can actually process the result, which means:
a) You can return data other than HTML - and then use Javascript to update things
        b) You can parse and utilize XML

This is a totally incomplete list off the top of my head - but maybe it gives you an idea of why you might lean towards AJAX, or alternatively stick with what already works!

- Brian
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to