JavaScript Tutorial/Document/URL

Материал из Web эксперт
Перейти к: навигация, поиск

document.URL

The URL property specifies the URL of the document.

This property is read-only.



   <source lang="javascript">

<HTML> <head> <title>this is a title</title> </head> <BODY bgcolor="beige" text= "black" link="darkblue" vlink="honeydew"> <SCRIPT language="JavaScript">

</SCRIPT> </BODY> </HTML></source>