property security

(w/o) string security;

Typ

Zugriff

This property sets and gets the security on the DHTML control. The security property must be set as a comma separated string of features. The feature items are the same items listed in enableFeature.

See enableFeature for more information on available items.

var bx = scene.getBoxById("myBox");
if (bx)
{
    bx.security = "images,frames,runActiveX,scripts";
}