"Craig R. McClanahan" wrote: > > Unfortunately, having frames is *not* the only scenario where you have > to worry about multiple simultaneous requests. Two simple additional ones: > > * Your app contains <img> tags that point back into your app > (dynamically generated images, > for example). > > * User starts a long request, presses stop, starts a second request.
In fact in order to avoid just this last situation, we "disabled" all submit buttons on the page when any one was pressed (and the one that was submitted changed its "face" to a "Please wait.."). Of course i am sure users can always find ways to circumvent such blocks, but we at least "disabled" one of our testers from being too click-happy..;) > > > >Pete > > > > > > > Craig Geeta --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

