MMDT1022 HTML II and Javascript
Week 5
Week 5 Submission of a form requires a working cgi program on the server to accept your input from the form and to process it. The cgi programs can be written in may different languages. Some of the popular ones are Perl, C++, JSP, ASP.NET, or PHP. In class we will be putting together this form to order t-shirts. The class exercise gets turned in for some points. |
Lab Forms Do: Turn in two screenshots of the in class exercise we did together in class. The screenshots must show your name in it somewhere, the form, and the result of the form when it is fully filled out. Do: Create a submission form. Your posting action will be to the URL https://tools.ridgewater.net/scripts/jmail/data.php Here is a snapshot of the form and the form variable names. Also shown is the form action that is called upon submission. Note: Pay careful attention to the variable name case. Variable names are cAsE sEnSiTiVe. Build the web page containing the form. Once built and published, test your form. All input fields will be echoed back if your form is working correctly. That will be how you know if you did everything correctly. Zip up your form and submit it to D2L. Turn in two screenshots of your homework assignment. The screenshots must show your name in it somewhere, the form, and the result of the form when it is fully filled out.
Assignment is due one week from when it was assigned. 50% penalty if late. |