CMPD263 Cyber Technology
Lab 6: Forms and Active Server Pages
- A form that will launch a Google search: search_form.html
- An example form with various input types: form_input.html
- Using a form with JavaScript: form_js.html
- A first ASP page: welcome.asp. You can find the ASP source code in your Lab 6 manual.
- Another example of processing a form with ASP: greet_form.html. The form will be processed by
greet.asp
.
- Student database example: student.asp. Example of webpage database connectivity using ASP.
- studentASP.zip (14.2 KB): contains academic.mdb and ASP pages to view, add, delete and update the database.
Please install PWS or IIS on your own computer. Then download this zip file, and unzip the contents into C:\Inetpub\wwwroot
. Test the ASP pages by going to http://localhost/student.asp
- Download the sample answer for the assignment.
For more tutorials on ASP, try the WebWizGuide.
For an example of providing database connectivity for Flash applications (useful for DIT final year projects in multimedia!!), try this example at 15seconds.com.
Back to Main
Copyright © Lim Lian Tze 2002/03