How is ASP different from DHTML?
ASP and DHTML can use VBScript and JavaScript. DHTML is script that is run on the clients computer rather than the server. The danger to DHTML is anybody can steal your script and use it on their own web site. ASP code, on the other hand, is run on the server. HTML is then sent to the clients browser.