JavaScript DHTML/Development/Server Info

Материал из Web эксперт
Версия от 07:19, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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>