On Tue, 14 Sep 2004 09:32:16 -0500, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Northwest airlines (www.nwa.com) and other similar sites have a very nice
> "Please wait/searching" page concept.  When searching for a flight, it
> sends you to a Please Wait/searching page that continues to load until the
> search has finished.  (Sorry it is hard to describe... it's easier to just
> check it out).   When the search is finished it loads the results page.
> If you click the browser back button, it navigates to the original search
> page rather than the "please wait" page.
> 
> I have searched the struts-user archives and google for more information
> about this technique using struts/jsp but have not had much luck.    The
> nwa site obviously runs some type of Microsoft/ASP based web framwork that
> I have seen on other web-sites.
> 
> Can anyone provide more information about how to accomplish the technique
> used on nwa.com using Struts/JSP's???  Is there a book or internet resource
> that provides more background on this technique?
> 

The way we have implemented it is with javascript.  You set the href
for the window and then submit the form.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to