Base Object
The Base object represents an HTML base element. For each
instance of an HTML <base> tag in a document, a Base object is
created.
IE: Internet Explorer, F: Firefox, N:
Netscape, W3C: World Wide Web Consortium (Internet
Standard).
Base Object Properties
| Property |
Description |
IE |
F |
N |
W3C |
| href |
Sets or returns the base URL for the
document |
5 |
1 |
6 |
Yes |
| id |
Sets or returns the id of the base
object |
4 |
1 |
|
No |
| target |
Sets or returns the default target
frame or window |
5 |
1 |
6 |
Yes |
|