[Top] [Prev] [Next] [Bottom] [Contents]

SaJavaB

Prints the beginning Script tag for embedding Java Script into HTML.

Synopsis

#include "sajavasc.h"
int SaJavaB();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the beginning Script tag for embedding Java Script into HTML.

Example

The code fragment:

SaJavaB();
will write:

<SCRIPT LANGUAGE=\"JavaScript\">\n
to the output stream.

See Also

SaJavaE, SaJavaCommB, SaJavaCommE, SaJavaRetTrue

SaJavaRetFalse, SaJavaPrint, SaJavaMsgBox, SaJavaIsLower

SaJavaIsUpper, SaJavaNotDigit, SaJavaLenZero, SaJavaLenNe

SaJavaStdFor



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.