OnShow window script element
- Last UpdatedJul 26, 2024
- 1 minute read
The OnShow script element contains the script text.
Example:
<ScriptOnShow><![CDATA[
First line of script text
Second line of script text
N-th line of script text
]]></ScriptOnShow>
Minimal example:
<ScriptOnShow>Single line of script text</ScriptOnShow>