HP WebQoS Administration Guide
Policy and Rule Descriptions
Policies Set in WebQoS
Appendix A128
Using the Is URL Link 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 use the link you configured in the Defer Corrective
Actions screen (by selecting the Is URL checkbox, entering a URL in the
Defer Message box, and restarting the webserver) 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:
<SCRIPT LANGUAGE="java-script">
<!-- Hide from non java-script browsers
function clockTick()
{
now = (new Date()).getTime();
remaining = Math.max(Math.round((finalTime - now) /