On 11/22/05, Preston CRAWFORD <[EMAIL PROTECTED]> wrote: > We thought about that, but at first blush that seemed worse. The biggest > problem is that each page is going to have N number of spans containing > N number of data relating to the provider. So the popup getting called > from page one may have to update... > > Provider Name > Provider Address > > and the popup getting called from page two may have to update... > > Provider Name > > That's the real problem.
If you don't want to use parellel request (aka AJAX), why would not you just use a simple solution - reload the whole page (and have search form right in the main page)? Keep data in session, submit search and reload page with freshened up provider info. It would renew all relevant info automatically. Ok, so page flickers. Who cares? ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]