Home arrow HTML arrow How to Create a Dynamic Web Page
HTML

How to Create a Dynamic Web Page


This quick tutorial demonstrates how fast and easy it is to produce web pages with dynamic content that are purely client based. This is aimed at beginners to web programming or those of you who like to keep things fairly simple. Wellman's creative names for cities and towns adds a bit of humor too.

Author Info:
By: Dan Wellman
Rating: 3 stars3 stars3 stars3 stars3 stars / 93
June 14, 2004
TABLE OF CONTENTS:
  1. · How to Create a Dynamic Web Page
  2. · Code for Drop-down Box and Text Area
  3. · Making the HTML Elements Interact
  4. · Completed File

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
How to Create a Dynamic Web Page
(Page 1 of 4 )


At heart, the Internet primarily still does exactly what it was first intended to do –- transfer information. The way it does it today however, is vastly different from how it did it about ten years ago. People don’t want to just read lines of text on the Internet; they want to interact with web pages and for it to be an ‘experience’.

Creating a web page that can change according to visitors selections or interactions is easily achieved via server-based web programming languages such as ASP.NET or PHP, but what if you don’t have the time or the intention to study and learn one of these complex languages? What if your web-space host or your company’s intranet does not facilitate these server-based languages?

This tutorial, aimed at beginners to web programming or those of you who like to keep things fairly simple, will show you just how fast and easy it is to produce web pages with dynamic content that are purely client based. By client based, I mean that the code behind the page stays the same and any changes are run from within the visitor’s browser. The only down side to VBScript is that older browsers may have trouble executing it. You can use any HTML editor to complete this tutorial, even trusty-old Notepad (which is what I generally use, and have based this tutorial on).


blog comments powered by Disqus
HTML ARTICLES

- HTML5 Boilerplate: Working with jQuery and M...
- HTML5 Boilerplate Introduction
- New API Platform for HTML5
- BBC Adopts HTML 5, Mozilla Addresses Issues
- Advanced Sticky Footers in HTML and CSS
- HTML and CSS Sticky Footers
- Strategy Analytics Predicts HTML5 Phones to ...
- HTML5 Guidelines for Web Developers
- Learning HTML5 Game Programming
- More Engaging CSS3 and HTML Background Effec...
- Engaging HTML and CSS3 Background Effects
- More Web Columns with CSS3 and HTML
- Columns with CSS3 and HTML
- Creating Inline-Block HTML Elements with CSS
- Drag and Drop in HTML5: Parsing Local Files

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 11 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials