Capt. Horatio T.P. Webb
DISC 3371 Transaction Processing I
ASSIGNMENT #4 -- FALL 2004
Last Updated 1PM 8/22/2004

CREATE YOUR OWN INTERNET STORE

Using Capt .Webb's Explorer Fashions website as an inspiration, create the client-side processes for an Internet store of your own design. The store should offer:

After the payment/delivery information is gathered, submit the order form to the same echoxml exe program as in assignment 3:

http://disc-nt.cba.uh.edu/Students/parks/echoxml.exe

for processing. The orderform should submit the following XML tags FOR EACH item on the order:

  1. product name (name=Productx where x=item number, value=text)
  2. size (name=Sisex where x is the item number, value=a positive integer)
  3. color (name=Colorx where x is the item number, value=text)
  4. unit price (name=UnitPricex where x is the item number, value=numeric, a decimal and two digits to the right of the decimal)
  5. quantity (name=Quantityx where x is the item number, value=positive integer)
XML tags for the overall xml structure and payment/delivery tags are to be of your own design.

Name this page "a4.htm" and create a link to this assignment on your homepage. You can write this either in VBScript or Javascript.

Return to Parks' DISC3371 Homepage