Posted by Chung Leong on 01/11/06 20:32
C. wrote:
> There are existing RPC implementations that do this a lot more neatly.
> Ajax seems to be the prefered method these days - but its limited in
> backward compatability (while iframe based versions are limited in
> forward compatability).
>
> C.
I don't think future browsers are going to abanden iframe. One problem
with iframe implementation is that it can screw up the back-button
behavior. And since the browser see the submission as a navigation
event, it generates an audio alert, which can get very annoying.
Another non-AJAX method is to dynamically create a script tag. It's
somewhat limiting since the parameter has to be passed in the URL.
Navigation:
[Reply to this message]
|