History.current (Property)

The URL of the current window content.

Availability:

JavaScript - 1.1
Netscape Navigator - 3.0
Opera browser - 3.0
Property/method value type:String primitive
JavaScript syntax:NmyHistory.current

If you are accessing the URL of the current page, it is probably better to use the location object and access its href property.

Warnings:

See also:UniversalBrowserRead

Property attributes:

ReadOnly.