javascript VBArray lbound(), ubound( )

Return an integer of the lowest and highest index values available for a particular dimension of a VBArray .

javascript VBArray getItem( )

Returns the value of an item from the VBArray . Parameters specify the location in the array.

javascript VBArray dimensions( )

Returns an integer corresponding to the number of dimensions of the VBArray .

javascript VBArray Description

The VBArray object lets JavaScript communicate with Visual Basic safe arrays. This kind of array is read-only, can be multidimensional, and is som

javascript var Description

The description of var is described in chapter: javascript ACRONYM Description

javascript userProfile getAttribute( )

Returns the value of the attribute, provided the user has given permission to do so. If that permission was denied, the method returns null . Use o

javascript userProfile doReadRequest( )

Based on the items in the queue, this method inspects the browser to see whether the user has given permission to inspect these attributes in the pa

javascript userProfile clearRequest( )

Empties the queue of attribute names to be retrieved. Use this after your script has successfully retrieved the required information. This prepares

javascript userProfile addReadRequest( )

Adds a request to inspect a particular user profile attribute to a queue that must be executed separately (via the doReadRequest( ) and getAttrib

javascript userProfile Description

The userProfile object reflects numerous pieces of information stored in the browser's user profile for the current user. This object has four met

javascript UL type

Specifies the manner in which the leading item markers in the list are displayed.

javascript UL compact

When set to true, the compact property should instruct the browser to render items in the list in a more compact format. document.getElementById("

javascript UL Description

The ul object reflects the ul element.

javascript UIEvent Description

The W3C DOM UIEvent object is an abstract object that contains the properties and methods shared by every instance of a W3C DOM focus-related even

javascript u Description

The description of u is placed in chapter: b, big, i, s, small, strike, tt, u