Creating Web Pages
Anyone having a MOSAIC account may construct a web page and host it off the COE WWW server. Any page is subject to the College of Engineering's World Wide Web (WWW) Server Policy.
Using Response Forms in Your Web Page cgiemail, cgiform, cgiboth, and cgiecho
Engineering Computing offers several scripts that allow you to use a webpage containing an input form to gather information from a reader.
cgiemail takes the input from your web page and puts it into an email formatted according to a template or layout that you define.
cgifile takes the input and appends it to a file that you may later import into a spreadsheet or database program.
cgiboth will take data from one input and put it into both an email and a file.
cgiecho will test your webpage and show you what your email or file will look like.
Each script uses a web page incorporating a FORM tag and a corresponding template that defines the layout of the ouput.
Click Here for More







