I recently finished a course in internet development. The class began with a focus on HTML/DHTML, progressed to Javascript/VBscript and finished with ASP.

This first example is an early piece of work that I did with Javascript and DHTML. It generates a table and then responds with the table name when clicked on. This assignment demanded that I use some of the more advanced object oriented features of Javascript, like srcElement and parentElement.
click here to view

This next example is a more advanced use of Javascript and DHTML. It creates a table and then changes the color of the row that the user clicks.
click here to view

One of our later projects focused on using HTML, VBscript, and ASP to create a login application. Here the welcome page gives you a link to click if you are not the person in the cookie. Also, the login page has a link to click if you are a new user, and you need to enter your id and preference info for the first time.
click here to see the code

Our final project revolved around the use of HTML, ASP, Javascript, and XML to create the opening page for a car information site. The user clicks on a make in a pull down menu, the second pull down menu is then filled with the model names. Technically this involved using ASP to fill an XML data island.
click here to see the code