'BaseHref' Syntax and Note : BaseHref « Javascript Properties « JavaScript Reference

'BaseHref' Syntax and Note

Note:

Read-only property. 
Returns either the full URL for the current document or 
               the value set by the <base> element's href attribute.
    
Syntax:
    
document.all.objectID.BaseHref

    

      
      








Related examples in the same category

1.'BaseHref' Example
2.'BaseHref' is applied to