Programmer's Guide > Interfaces > W3C Node interface > baseURI attribute
  
baseURI attribute
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI. This value is computed as described in . However, when the Document supports the feature "HTML" [DOM Level 2 HTML], the base URI is computed using first the value of the href attribute of the HTML BASE element if any, and the value of the documentURI attribute from the Document interface otherwise.
baseURI
Access
read-only
Returns
String