Configuring HP WebQoS for HP-UX
Policy and Rule Descriptions
Policies Set in WebQoS
Appendix A164
If you are creating a Defer HTML page and want to use the defer timer
mechanism, you need to place the following form in your page:
<FORM NAME="clock_form">
<P>
<b>We’ll try again in <INPUT TYPE=TEXT NAME="clock" SIZE=6
value="MINUTEKEY:SECONDKEY"> minutes.
</b>
</P>
</FORM>
Your Defer page can also include a link to another page that the user can
go to while waiting for the original request to be retried (see Figure A-2).
Figure A-2 Example of Custom Defer Page with Link
If you want to have a link within the Defer page you are creating, you
must code the link using Javascript. This retains the request’s position
in the defer session queue. The Javascript dialog is shown below: