Popup Picker
Select an item from the list and the selected value is passed to the form field of the original window, and the pop-up closes automatically. Useful!

Remove Returns
Converts carriage returns in a string to the
tag so that the input can be properly displayed in HTML. Without the script, returns in an input field are not preserved when submitting in a form. Useful for guestbooks or other times when a user's input must be preserved.

Replace Characters
Replaces a character or multiple characters in a textbox when the visitor goes to the next field (or in this example, clicks the submit button).

Search Box
This JavaScript search form opens a seperate window where you can select from search engines such as Yahoo!, Excite, and more. Awesome!

Validation (password)
This script works like our Password Verifier, however, it also checks for a minimum length and invalid characters.

Select All
Select the text from any form with the click of a button, just as used on the JavaScript Source. Easy!

Selection Box
Copy items from one selection box to a second selection box. Selected item values are stored as a string for further manipulation, such as submitted through a form, an alert box, etc. Useful!

Sentence Caps
Use Javascript to convert entries to sentence caps. Also, this script prevents jokers from typing in all caps.

Smut Engine
Use Javascript to ensure that forms submissions to do not contain words you don't want. It can eliminate dirty words or competitors' names.

Spaces to Plus Symbol
Replaces single or multiple spaces in a text box entry with plus (+) symbols. Handy if your server's form processing or database management program requires this type of encrypted format.

Page7 Next page