RAD Studio
ContentsIndex
PreviousUpNext
Server-side scripting in WebSnap
Name 
Description 
Script objects are objects that script commands can reference. You make objects available for scripting by registering an IDispatch interface to the object with the active scripting engine. The following objects are available for scripting:
Script objects  
Page producer templates can include scripting languages such as JScript or VBScript. The page producer executes the script in response to a request for the producer's content. Because the Web server application evaluates the script, it is called server-side script, as opposed to client-side script (which is evaluated by the browser).
This topic provides a conceptual overview of server-side scripting and how it is used by WebSnap applications. Although server-side scripting is a valuable part of WebSnap, it is not essential that you use scripting in your WebSnap applications. Scripting is used for HTML generation and nothing else. It allows... more 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!