在頁面中顯示目前網頁的title欄資訊及路徑位址
作者:Eve Cole
更新時間:2009-06-17 17:11:58
<!-- 把下面程式碼加到<body>區域中-->
<script language="JavaScript">
<!--
document.write('<font color=red>此網頁的主題為:</font>')
document.write(document.title+'<br><font color=red>此網頁的路徑為:</font>'+document.URL)
//-->
</script>