ScriptingState
Enumeration to describe the current scripting state.
Enabled = 2
Scripting of the page is supported in general and is active
for the current document.
InitialOnly = 1
Scripting is enabled during the initial page load, but is
not supported afterwards, e.g., printed pages.
None = 0
Scripts will not run for this document; either it doesn't
support a scripting language, or the support isn't active
for the current document.