AAA Web Forms
- Submitted 02/01/2006
This Web form utilizes the sender's e-mail. This form has a validation for information added; if all is entered correctly, the sender will be directed to a "thank you" page.
Credit Card Number Validation
- Submitted 10/28/2005
Based on ANSI X4.13, the LUHN formula, aka the Mod 10 algorithm, is used to validate accurate credit card numbers. This is a simple way to determine IF a card COULD be valid before submitting it for real-time online authentication. Most gateway companies charge for validating whether a transaction is valid; this script can prevent having to pay for any garbage a Web user chooses to submit at your shopping checkout.
Simple Shopping Cart
- Submitted 08/01/2005
This will allow your visitors to choose from a list of priced items. The script will tally the items, add the tax and send the order to you.
Random Bar Chart
- Submitted 07/25/2005
Click on the ReDraw button and the bars in the graph are redrawn randomly. The total is calculated on the top. I used styles in conjunction with a JavaScript function that sets the height of the red single cell tables to a random amount anywhere between 1 pixel and 300 pixels.
CSUM
- Submitted 05/13/2005
A function to sum input boxes and display in text rounded to two places with dollar sign. It also sends result with submit and has a reset.
JS Invoice with Math
- Submitted 04/11/2005
Input: Service Provider Info and Customer Info.
Totals the amounts for parts and labor and
adds in the tax percentage.
The A*C Grapher
- Submitted 04/11/2005
This script creates a simple bar graph based on your inputs. The colors of the cars are customizable.
Bill & Ship To
- Submitted 03/03/2005
A JavaScript function to submit a "bill and ship to order form." Now with a working copy button.
LinkSForm - InputSForm
- Submitted 09/21/2004
LinkSForm is a function to submit a form, or multiple forms, with an input value from a link hit. InputSForm is a function to do the same with a value from a text box. It opens up a new windows with the the search results from the link.
JS DataGrid
- Submitted 01/23/2004
Today we look at this nice implementation of a DatGrid made with
JavaScript. Input your customer data and easily update it later.