dom_address
addr = dom_address (domId[, interface])
Returns the address of the DOM object identified by domId. The returned address may be passed to a dynamically-loaded entry point with the ACL function dl_call.
The optional interface parameter specifies the Application Programming Interface that the DOM object will support. If omitted, it defaults to dom L1 V1.0, meaning Version 1.0 of Level 1 of the W3C Document Object Model.
Related Topics