CIS 236 Interactive Web Programming

Program Requirements: Javascript Check Printer

 

Create a program that obtains the data required for printing a check requests from the user, formats the information in proper check format and outputs it to the screen. Checks should be printed one at a time.  

Sample Input:

1047 17.38 Melvin Doo

Sample Output:

************************ BOGUS VOID CHECK ***********************

Bank of CIS236                                       Check # 1047

Pay to the Order of: Melvin Doo                            $17.38

SEVENTEEN AND 38/100 Dollars

* * * * * * * * * * * * * END BOGUS CHECK * * * * * * * * * * * *

You must use XHTML, CSS and Javascript.

Your check printer should work in BOTH Mozilla Firefox 1.5+ AND Internet Explorer 6+

Following the guidelines discussed in class, construct a test set for the program. An actual data set will be provided on the project due date. This data set must be run in class and the results included with the rest of the project.

Be prepared to demonstrate your working program in the AJT101 lab at the beginning of class on the due date.

 

Final Program - 100 points

Cover Page
Executive Summary: (Overview of the project, tools and timelines)
Source Code
Proof that ALL source code Validates
Sample Output (from your test data)