aztrex.com

 

 

These prototypes have been developed to give some basic representations of some of the capabilities available at aztrex.com.

These links are for prototypes in JavaScript.
These give some examples of some of the many things that can/should be done on the client side without requiring server side interactions across the network.

All of these examples can be readily modified to work in other situations.  Also, we will be adding more examples.

 

 
A Page that Calculates from an Input Box


A Quick Jump Menu


A Form that Calculates and Displays Results

A Form for Summer Camp Registration







Validating Form Inputs
 

Validating a Social Security Number
 

A Pared Down Menu System

Find how many seconds there are in the number of days you input.

User's select an entry in a drop down box and the page automatically jumps to the appropriate site

Convert degrees Fahrenheit to Celsius

This form takes user inputs, allows the user to update a membership and enroll their child in selected summer camps.  The overall costs are computed based on whether someone has a membership.  This form is a simplification of one that was in actual use for several years.

A form that provides a message box detailing missing entries

A form that provides validation for most aspects of a social security number entered by a user

Here we have a menu system that works across browsers that is based on using images and image maps.