core - web automation property

Returns a reference to the Core parent of the current object.

Applies to:
Browser, Element, ElementList, Frame
  var c = obj.core;
Arguments:
None.
Remarks:
Returns the core object used to create directly or indirectly the current web automation object.
Example:
var coreObj    = new ActiveXObject("OpenTwebst.Core");
var newBrowser = coreObj.StartBrowser("http://codecentrix.blogspot.com/");
WScript.Echo(newBrowser.core.lastError);
		
See also:
Core | Browser | Element | Frame

© 2017 CodeCentrix Software. All rights reserved.