Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
PageActivateDDW(True)
PageRateDDW(40)
YesNo("Do you want to exit?")
PageActivateDDW(False)
Syntax
<Result> = PageActivateDDW(<Activation of DDW>)
<Result>: Boolean
Previous activation status of DDW:- True: DDW was enabled for the site pages.
- False: the DDW was not enabled for the site pages.
<Activation of DDW>: Boolean
New activation status of DDW:- True: DDW is enabled for the site pages.
- False: DDW is disabled for the site pages.
Remarks
- Rate of Gray: The default rate of gray for the pages is set to 60%. To change this rate, use PageRateDDW.
- The value used in the browser code is initialized by the value given in the server code. The modifications performed in browser code are not carried over in server code.