Discuss this help topic in SecureBlackbox Forum
Specifies the number of JavaScript actions in the document.
Declaration
[C#]
int JavascriptActions;
[VB.NET]
Property JavascriptActions As Integer
[Pascal]
property JavascriptActions : integer;
[C++]
int32_t get_JavascriptActions();
void set_JavascriptActions(int32_t Value);
[PHP]
integer get_JavascriptActions()
void set_JavascriptActions(integer $Value)
[Java]
int getJavascriptActions();
void setJavascriptActions(int Value);
Description
Use this property to specify the number of JavaScript actions in the document.
Discuss this help topic in SecureBlackbox Forum