Chapter 3 DynaScript Predefined Objects
The site
object
has this property:
site.type
This property is read-only.
Indicates if the site type is of database or dynamic file.
This example displays the type of site that is being used by the sample Dynamo application:
<!--SCRIPT
document.WriteLn( site.type );
-->
The output from this example is:
database
Copyright © 1999 Sybase, Inc. All rights reserved. |