Sample 26181: Generating a Please Wait Message
Users of Web applications expect results of their requests to be returned in a matter of seconds. For this reason, a Web-based application often uses a two-step approach to providing responses to users of a long-running process:
- First, provide an immediate response that says "Please Wait."
- Then replace the "Please Wait" message with the output from the process once it has been completed.
Such functionality is straightforward to implement using the Application Dispatcher.
This example deals with how output replaces “Please Wait” message.
An HTML template (as discussed in Section 7.5) is used to display the “Please Wait” message so the message can be used easily by multiple programs. Using HTML templates eliminates complicated quoting issues and makes it easy to generate and update HTML with an HTML editor. The HTML must be saved in a location known by the Application Server.
About the Author
Don Henderson is the Owner and Principal of Henderson Consulting Services, a SAS Affiliate Partner. Don has used SAS software since 1975, designing and developing business applications with a focus on data warehouse, business intelligence, and analytic applications. Don was one of the primary architects in the initial development and release of SAS/IntrNet software in 1996, and he was one of the original developers for the SAS/IntrNet Application Dispatcher. Don has presented numerous papers at SUGI and regional SAS user group meetings, and continues to be a great supporter of SAS and its products.
His book is available from the online bookstore.
These sample files and code examples are provided by SAS Institute
Inc. "as is" without warranty of any kind, either express or implied, including
but not limited to the implied warranties of merchantability and fitness for a
particular purpose. Recipients acknowledge and agree that SAS Institute shall
not be liable for any damages whatsoever arising out of their use of this material.
In addition, SAS Institute will provide no support for the materials contained herein.
These sample files and code examples are provided by SAS Institute
Inc. "as is" without warranty of any kind, either express or implied, including
but not limited to the implied warranties of merchantability and fitness for a
particular purpose. Recipients acknowledge and agree that SAS Institute shall
not be liable for any damages whatsoever arising out of their use of this material.
In addition, SAS Institute will provide no support for the materials contained herein.
Users of Web applications expect results of their requests to be returned in a matter of seconds. Such functionality is straightforward to implement using the Application Dispatcher.
Type: | Sample |
Topic: | Internal Administration ==> BBU
|
Date Modified: | 2007-07-17 03:24:49 |
Date Created: | 2007-07-17 03:24:49 |
Operating System and Release Information
SAS System | SAS/IntrNet | All | 8 TS M0 | n/a |