DHTML means the web page or web application uses JavaScript and HTML DOM (Document Object Model) and possibly CSS.
A programmer can create dynamic web pages using these technologies. For example when I move the mouse over a image link, I can change the image.
ASP and ASP.NET pages are converted to HTML by a server.
ASP stands for Active Server Pages.
ASP stands for "Active Server Pages"..
DHTML stands for Dynamic HTML, wherein HTML stands for HyperText Markup Language. DHTML means a collection of technologies for creating interactive and dynamic web pages. For more information you might wish to refer to its wikipedia page.
The best way to tell which programming language was used is to look at the file extension of the page. For example, pages written in Classic ASP have an extension of .asp, ASP.net is .aspx. Here is a brief list of programs and their file extensions Java Server Pages =.jsp PHP is .php Coldfusion is .cfm PERL is .pl HTML is .htm or .html Dynamic HTML is .dhtml Cascading Style Sheets is .css
Active Server Pages
http://www.pacificoaks.edu/pages/440.asp
index ASP is generally the main page or file for any website operating or using Active Server Pages as a web application framework. This is true of both Classic ASP, ASP 2.0 and ASP 3.0.
Active server pages
To run ASP pages on an Apache web server, you can use a module called mod_mono, which allows you to run ASP.NET applications. Alternatively, you can set up a reverse proxy to an IIS server that handles ASP pages. However, native support for classic ASP is limited, so using a dedicated Windows server with IIS is generally more straightforward for ASP applications. For best results, consider migrating your ASP code to a more modern framework if possible.
This will hook you up to an Access DB:
DHTML is a combination of javascript, css and html. normally a website with collapse/open menu function is built with DHTML.
ASP pages are a Microsoft technology. To convert them to run under Unix you could install a package in Apache that understands ASP, or you could rewrite it so that it uses something more generic, such as Perl, PHP, or Python.