HP WebQoS Software manual Expired see Figure A-3

Models: WebQoS Software

1 150
Download 150 pages 36.15 Kb
Page 130
Image 130

 

Policy and Rule Descriptions

 

Policies Set in WebQoS

 

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";

}

130

Appendix A

Page 130
Image 130
HP WebQoS Software manual Expired see Figure A-3, Figure A-3 Example of Custom Defer Page with Popup Dialog