Servertec Scriptlets
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

 

A collection of statements.

Syntax

    { statement }...

Notes

    The above syntax applies only to iScript Executable.

Example

    println( "Hello World!" )

Syntax

    <% { statement } %>
    <%
    { statement }...
    %>

Notes

    The syntax above applies only to iScript Server Pages and iScript Preprocessor.

Example

    <html>
        <head>
            <title>Welcome Page</title>
        </head>
        <body>
            <center><h1>Welcome</h1></center>
            <hr>
    
            Hello <%=name%>
        </body>
    </html>
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005