Return the domain name of the document's server : Server Info : Development JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Development » Server Info »

 

Return the domain name of the document's server



<html>
<body>

The domain name for this site is: 

<script type="text/javascript">

        document.write(document.domain)

</script>

</body>
</html>



           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Development
» Server Info