[Contents] [Previous] [Next] [Index]

export
Allows a signed script to provide properties, functions, and objects to other signed or unsigned scripts.
export name1, name2, ..., nameN
export *
Parameters
Typically, information in a signed script is available only to scripts signed by the same principals. By exporting properties, functions, or objects, a signed script makes this information available to any script (signed or unsigned). The receiving script uses the companion import statement to access the information.
import

[Contents] [Previous] [Next] [Index]
Last Updated: 10/31/97 12:29:59

Copyright ⌐ 1997
Netscape Communications Corporation