HP WebQoS Administration Guide

Policy and Rule Descriptions
Policies Set in WebQoS
Appendix A130
Using a Popup Window Your defer page can also include a popup
window that prompts the user to enter the site after the defer timer has
expired (see Figure A-3).
Figure A-3 Example of Custom Defer Page with Popup Dialog
You must code the popup using Javascript. This is shown below:
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from non JavaScript browsers
function dialog()
{
var msgs = "After the timer counts down to 0, you may
click OK button to enter the site.";
if (window.confirm(msgs))
parent.location="TARGETURLKEY";
}