document.domain : domain : Document JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Document » domain »

 

document.domain







The domain property initially contains the hostname of the server from which the document was loaded.












<html>
    <script>
    <!--
    document.write("The domain: ",document.domain);

    -->
    </script>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Document
» domain