FP2000: What Is Dynamic HTML?
ID: Q197611
|
The information in this article applies to:
SUMMARY
This article contains an overview of Dynamic Hypertext Markup Language
(Dynamic HTML).
MORE INFORMATION
Dynamic HTML is a browser specific object model that enables programmers
to create Web pages that are dynamic and interactive. You can create
Dynamic HTML with any of the following programming languages:
- JavaScript
- JScript
- VBScript
- C++
- Java
Dynamic HTML removes programmer limitations on access to the Web document.
Dynamic HTML in Microsoft Internet Explorer 4.0 and later empowers
developers with the following features:
- HTML 4.0 and advanced cascading style sheets
- Full access to the document's structure
- Dynamic style
- Dynamic contents
- Instant user response
- Client/server web pages
- Multimedia and animation effects
Microsoft FrontPage 2000 utilizes the Dynamic HTML object model in Internet
Explorer 4.x and later. You can create text animations, cascading style
sheets, and collapsible outlines.
REFERENCES
For more information on Dynamic HTML, please see the following Microsoft
World Wide Web site:
http://www.microsoft.com/workshop/author/default.asp
NOTE: Because the Microsoft Web site is constantly updated, the site
addresses change without notice. If this occurs, link to the Microsoft
home page at the following address:
http://www.microsoft.com
Additional query words:
fpedit dhtml
Keywords :
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbinfo