Javascript Pages
Here is a collection of pages with javascript functionality built into the page. Select scripts from the links on the left.
Purpose
These scripts were written for education and reference. Each page is hand coded unless specified otherwise. Many of them were written with the help of a personal tutor. The more pages there are in the javascript pages, the more I have learned about javascript. It's a good thing.
Goals of script that I want to write
- Reference different elements on a page
- Print from a web page
- Change the fontsize
- Hide/show content dynamically
- Disable mouse right clicks
- Send a message to the host from a web page form
- Jump to next feild when maxlength has been reached
- Have a "title" pop-out zoom on a photo onmouseover
- Toggle something on or off - like audio or images
- Form validation
- Form focus and select contents
- Disable a "Checkout" button after first click
- Create a drop down menu
- Create a photo album
- Have an evaluation box stay at the top of a page
- Show keystokes below password field while typing
- Image scrolling plus magnification (example)
- Set focus of an input field when page loads
- Generate content based on date or time of day