javascript - is there compability problem between document.location.href with document.URL? -
what different between document.location.href document.url? there compability problem?
from the mozilla docs:
url replacement dom level 0 document.location.href property. however, document.location.href settable, , document.url not.
document.location
not part of standard (dom level 0) though browsers support it. document.url
part of w3c dom level 2 specification.
Comments
Post a Comment