answersLogoWhite

0

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.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What dose asp stand for?

ASP stands for Active Server Pages.


Full name of asp?

ASP stands for "Active Server Pages"..


What does DHTML means?

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.


How can you tell what program was used to develop a website?

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


What does asp stand for?

Active Server Pages


What is teaching process?

http://www.pacificoaks.edu/pages/440.asp


What does the term index ASP refer to?

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.


What is the expansion of asp?

Active server pages


Is there an easy way to make Apche web server run asp 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.


How can you provide connection with database in asp pages?

This will hook you up to an Access DB:


How can you tell if a website is using DHTML?

DHTML is a combination of javascript, css and html. normally a website with collapse/open menu function is built with DHTML.


How to convert asp for use on UNIX?

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.