A blog & community for non-professional web designers, programmers, webmasters, and other web savvies.

Display Page Title

November 28, 2010 - 12:00am -- Thomas

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: 

@IceCaves on Twitter

    Stay Connected

    Twitter Facebook Tumblr Google+ Glaciallis Google RSS

    *Follow us on Twitter or Facebook to also follow minor site updates that don't make it to the homepage news.