do you have any iframe sample I can look?
or please direct me to web site I can get some info from.
Thanks again.
-Kev
"kaeli" <tiny_one@NOSPAM.comcast.net> wrote in message
news:MPG.1a2550811825f983989989@nntp.lucent.com...[color=blue]
> In article <bpg1ei$2j5i$1@msunews.cl.msu.edu>,
no@spam.com enlightened
> us with...[color=green]
> > I did not explained in detail so I can avoid some confusions.
> > But I guess it did more harm than good.
> >
> > Hotel list are coming from our DB and rate are coming from GDS in XML.
> > I have a java object created with list first and displays and trying to
> > update as soon as I got XML response.
> >
> > XML response is quite slow. ( you know there is nothing I can do).
> > I can wait XML and display all together. but I'm just seeking a way to
> > display list of hotel first with some animation indicating
> > rate is being updated and display rate when it's available.
> >
> > is that make sense now?
> >[/color]
>
> Yes, much.
>
> Okay, there really isn't a good way that I know of (cross-browser) to do
> this. If you're using IE only (intranet application) let me know,
> because you have more options. Generally speaking, once the page is
> written, the server knows nothing else about it. It can't refresh the
> browser, because the connection is over. COM and ActiveX are exceptions,
> but are IE only (AFAIK).
>
> Anyway, the way I would handle this is with an "invisible" iframe
> (styled to hidden or 1px by 1px the same background color as the main
> page). I would have the iframe wait for the XML, then when it is
> received, update the encompassing page. This doesn't require a refresh,
> just DHTML.
> That still requires NN6+/IE5+ and other browsers that support
> iframes/DHTML, but it's better than IE only. Last I checked at my site,
> 95% of my viewers had browsers that were IE5+ or compatible (opera can
> spoof this so be careful).
>
> Do your target users have updated browsers? Do they have permissions to
> update their browsers if they need to (i.e. people at schools and
> libraries do not.)?
>
> I'm sure there are other ways to handle this, such as applets, COM,
> ActiveX, etc, but all require knowing quite a bit about your users'
> browsers. For example, using an applet is a bad idea if your users
> access the site from public facilities, since they don't have permission
> to install an updated JVM should they need to.
>
> --
> ~kaeli~
> A plateau is a high form of flattery.
>
http://www.ipwebdesign.net/wildAtHeart
>
http://www.ipwebdesign.net/kaelisSpace
>[/color]