Sunday, April 18, 2010

Exercise 6: Web form design and processing: A basis for e commerce interaction

1. Design the form
'Retrofit' the form data string above:

name=Evan+Burke&card=Visa&number=8443261344895544&order=French+perfume

for buying some French perfume into the HTML form fields and submit button on the Web page form.

2. Write the script
Script archives exist for PERL, Python and JavaScript. Search the Web for a script that processes the HTML forms data. Read the code and list the steps involved in processing the form.
3. Can you modify the script to process the form?
4. Improve the user experience by add a Javascript feature.



HTML Code fot retrofit

Screen print


modify the script to process the form
Use Javascript to assign values from textbox and will pop up messagebox to show all the information.
HTML Code:


Screen print

No comments:

Post a Comment