Javascript Projects

These are simple JavaScripts that yo umay use in your websites. I write a lot of little scripts for this and that. These are the rather special ones that I thought other may want to use.

Data Table
A table of data that the user can sort by clicking on a column header.
Flower Button
A flower button is a button that blooms into multiple buttons when you click on it.
HTML Combo-Box
A script to turn a select field into a combo-box. This does not use DHTML in any way (like other combo-boxes you find on the web.
Auto-Complete Text Field
A script to give basic text field auto-complete capability.
Math Field
A script to turn a basic text field into a math field capable of basic addition, subtraction, multiplication, and division functions.
Mouse Password
Ever wanted to use mouse wiggles to enter a password? If so, this will show why it doesn't work.