Northern Kentucky Computer Solutions
JavaScript Examples
Standard HTML | JavaScript Page | ASP Page| Back to Home Page| Back to Web Design

DHTML = HTML + JavaScript + Cascading Style Sheets

Dynamic HTML (DHTML) describes web pages that react to user input. It usually involves a scripting language, like JavaScript along with normal HTML code. Typically Cascading Style Sheets are also used to define standards (font, size, color) which are applied throughout the web site.

Did you notice your browser window changing size? If not, resize your browser window and refresh the page (the 'F5' key.) It should resize itself to 800 x 600 automatically (JavaScript must be enabled in your browser options for it to work.) JavaScript can manipulate your HTML page to make it react to your input.

NOTE: The Javascript on this page was written specifically for MS Intenet Explorer 6. It was also checked on Firefox and Netscape Navigator 6. According to Browser Statistics MS Internet Explorer 6 is by far the dominantly used web browser on the market (65%), followed by FireFox (20%).
To see the examples, click the button above.