This script will display the page title of the current page.
<script type="text/javascript"><!--
// ***************
// Display Page Title
// More JavaScript Scripts at
// http://icecaves.net/tags/javascript
// ***************
var title = document.title;
document.write("Page Title: " +title+ "");
//-->
</script>Code Preview:
Forum Board:
