Lab 2 – Web Development

advertisement
Lab 9
Introduction to Event Handling
**Use previous lectures to help with this lab
1) Use Java script to implement the following.
2) Update one of the web you created from previous labs. Add in a link personal,
Ask user to enter PIN and if it is correct the personal page can be accessed.
Have a look at some of the following JavaScript tutorials:
 Beginning JavaScript Tutorials
http://www.pageresource.com/jscript/index.html
 JavaScript Tutorial for the Total Non-Programmer
http://www.webteacher.com/javascript/
 More Beginning JavaScript Tutorials http://echoecho.com/javascript.htm
 Core JavaScript 1.5 Reference Manual
http://www.webreference.com/javascript/reference/core_ref
Study the list of events available here - http://www.w3schools.com/jsref/jsref_events.asp
Download