constructor
Property of dom/Navigatordom/Navigator
Syntax
var result = element.constructor;
element.constructor = value;
Notes
Remarks
An object’s constructor initializes the object’s properties and provides access to the prototype for the object’s interface object. For more information, see Advanced Object Creation (JScript).
Syntax
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]