Servertec iScript Server Pages
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Wrappers
Servlet
Server Pages
Preprocessor
Executable
Samples
Legal
Contact Us

 

iScript Server Pages focuses on the needs of server side Web site developers. iScript Server Pages can be used to dynamically generate Web pages.

Syntax

    ss inputfile { -c{ompile} } { -l{ist} } { -v{erbose} }

Parameters

    -compile compile only, generates pcode, but does not run.
    -list display statements, useful when debugging iScript scriptlets.
    -verbose display verbose error messages, useful when debugging iScript scriptlets.
    inputfile the name of the input file.

Returns

    returncode 0 if no errors occurred.
    -1 if an error occurred.

Notes

    iScript Server Pages is a robust way to access iScript from any Web Server using CGI.

    If the Web Server being used supports Java Servlets, it is preferable to use iScript Servlet.

Example

    ss home.ctf
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005