|
Web Development : JavaScripts : Forms

Form Field Hints
- Submitted 05/05/2008
This is a basic example of how helpful a little JavaScript and CSS can be in a form. Instead of the input hints always showing and potentionally cluttering a very simple form, only the hint for the currently focused input will show. Right Click Context Menu
- Submitted 03/25/2008
This javascript enables you to display a context menu whenever a user right click the page. It's a customizable menu. Check it out yourself... (Download Zip file)
Highlighting Links 1
- Submitted 03/09/2008
Change the color of the text of a link when the mouse hovers over it. You determine the color in the JavaScript code.
Highlighting Links 2
- Submitted 03/09/2008
Highlight links as you mouse over them.
Buttons Menu
- Submitted 03/09/2008
Click a button to display a new menu of buttons.
DS Snow
- Submitted 12/20/2007
This script displays a snow effect. The script includes a HTML code generator that allows to change parameters without any knowledge of JavaScript and HTML programming.
Prevent Web Page Resizing
- Submitted 10/17/2007
Sometimes you want to get rid of the scroll bar on your web page. It is pretty easy!
HTML Writer
- Submitted 08/22/2007
This is an update to the HTML Writer script that is currently on the site by John Dep. My slight changes enable support for Mozilla (FF and NS) browsers.
Customize Dropdown Menu
- Submitted 08/07/2007
Customize Dropdown Menu is designed to display some choices, such as languages, countries, and themes; but it's differrent from the original version in browsers. This tool combines CSS and JavaScript to create a dropdown wherein you can add an image to the title, on every choice.
Try the dropdown below and feel the differences.
Tested: IE 7, Opera 9, Firefox 2, Netscape 9
Auto-Complete
- Submitted 07/18/2007
This is a custom object that uses an array assigned to an <input> tag. It will fire on the onkeyup event and read from the array and act accordingly. It is very simple to use.
|