HtmlView.AllowAction Property
Specifies the actions to allow.
If specify more than one, combine them with the “+” operator.
| Constant | Value | Description |
|---|---|---|
| $ALLOW_NONE | 0 | The following operations are not allowed |
| $ALLOW_SCRIPT | 1 | Allow scripts |
| $ALLOW_JAVA | 2 | Allow Java |
| $ALLOW_ACTIVEX | 4 | Allow ActiveX |
| $ALLOW_POPUP | 8 | Allow pop-up display by <a target=”_blank”> or window.open () Added since Ver.5.0.3 |