Display the title column information and path address of the current web page on the page
Author:Eve Cole
Update Time:2009-06-17 17:11:58
<!-- Add the following code to the <body> area -->
<script language="JavaScript">
<!--
document.write('<font color=red>The theme of this webpage is:</font>')
document.write(document.title+'<br><font color=red>The path of this web page is: </font>'+document.URL)
//-->
</script>