This chapter is from the book
Recap
This chapter provided a practical introduction to generating dynamic HTML pages using ASP and Javascript.
Topics covered included integrating ASP code with HTML, working with objects that are part of the ASP and JavaScript environment, and printing the output of a script to the page that is sent to a browser.
The second script, date_fancy.asp, also provided an introduction to working with strings and arrays in JavaScript.