The Scriptlet's Script Code

Both the

<Registration>
and the
<Implements>
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
<SCRIPT>
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.

Unless you want your Server Scriptlet to be DHTML compatible—used as a DHTML Scriptlet—you have no need to include a

public_description
object.

© 1997 by Wrox Press. All rights reserved.