Both the
and the <Registration>
tags have no internal code—except for the registration callbacks discussed before. All the script code that provides the scriptlet's behavior should be defined in a <Implements>
section outside the above tags. Unless you're planning to use more than one script language you don't need multiple <SCRIPT>
sections. Don't forget, however, that using more scripting engines (VBScript, JScript, PerlScript, and so forth) can slow down the performance of your component. This is due to the fact that the run-time engine might be changing the parser continuously.<SCRIPT>
Unless you want your Server Scriptlet to be DHTML compatible—used as a DHTML Scriptlet—you have no need to include a
object. public_description