IN-LINE EVALUATION OF JAVASCRIPT OBJECT PROPERTIES

You don't always have to use the <script> tag in the middle of your html page to display certain JavaScript object properties. You can use in-line evaluation of JavaScript with the object-based syntax:

&{objectName.propertyName};

The following are code samples to illustrate the use of in-line evaluation of JavaScript1.2 in order to write some object properties in simple text format in-line with this document. Note: these are Netscape-isms!

For more information on these type of JavaScript1.2 client-side objects, see the JavaScript for Navigator 4.0