A Server Scriptlet
file contains three main tags. These tags are the following:.sct
<Scriptlet>
and Registration
include some other more specific tags, while Implements
plays the same role as the Scriptlet
for HTML documents—namely it is the main wrapper that encompasses all the information. In addition, we have a well-known <HTML>
tag that—as expected—contains the script code to be executed.<SCRIPT>
The
tag denotes the beginning and the end of a SCT document and doesn't support any additional attributes. Everything included between the <scriptlet>
and <scriptlet>
tags is part of the Server Scriptlet document. A Server Scriptlet can rely on three categories of information:</scriptlet>
ProgID
, CLSID
, Version
Let's see them in detail.