JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman

Stephen's JavaScript Blog

By Stephen Chapman, About.com Guide to JavaScript since 2004

Unobtrusive Hangman Game

Thursday November 27, 2008
Moving all your JavaScript out of the page means that you don't display broken content to your visitors

One problem with adding a JavaScript Hangman game to your web page is that not all of the visitors to your page will have JavaScript enabled. What will those visitors see on your page? Well the last thing we want them to see is a part of the hangman game since the game simply will not work for them (we'd need a server side scripted version to work for those people).

This version of my Hangman game is written using unobtrusive JavaScript techniques so that if JavaScript is disabled then the only thing in the HTML is an empty div so that the rest of the page is displayed and your visitor never even knows that the game is there (unless you refer to it elsewhere in the page).

Unobtrusive Hangman Game

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss

Community Forum

Explore JavaScript

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.