Javascript
Javascript is a scripting language that is commonly used in websites. The script performs functions, e.g. disallowing right-clicking. The language is simply included with the HTML.
Backward Link:
<input type="button" value="Back" onclick="history.back()">
Forward Link:
<input type="button" value="Forward" onclick="history.forward()">
Copyright (c) 2008 fleurchild.com - Powered by FanUpdate