DOM Scripted Time Sheet
DOM Scripting is a powerful thing. It can access and alter the HTML contents of a page in ways that DHTML could not. It can also be used almost entirely from the outside of the page, allowing you to first write a symantically correct page, and then include a JavaScript file that gives it added functionality, allowing for more graceful compatibility for users without JavaScript.
This litte project did all of the above and is a practical real world use; a timesheet.


