Javascript
fleurchild.com > Resources > Tutorials > 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()">
No Right-Click:
Put this code above the <body>.
Calendar:
Put this code in the <body>.
to fleurchild.com, Julia's little corner of the webernet. Be sure to check out the many high-quality resources the site has made availible for you. If you have a request of any kind, don't be afraid to from me a message in the blog. Back to the Top.
