CS 1520 JavaScript Information


 

ex1.html – Simple intro the JavaScript

 

ex2.html – Simple variables and expressions

 

ex3.html – Control statements and functions

 

ex4.html – JavaScript arrays

 

ex5.html – Simple intro to Javascript objects

 

ex6.html – Regular expressions in Javascript

 

ex7.html – Event handling in Javascript (preprocessing a form)

 

mform.html msub.html – Handling multiple forms and multiple submits

 

ex8.html – Using DOM 1 and DOM 2 to dynamically update a Web page

 

MozDemo.html – Very simple intro to AJAX

 

CDpoll.php tabulate.php – AJAX Demo to update a page dynamically

 

CDpoll2.php tabulate2.php – Modified handout to keep pages more consistent