JavaScript - Dynamically Creating Tables
HomeHTAJScriptJavaScriptPHP
Main Menu Home HTA JavaScript JScript PHP Examples Dynamically Creating Tables Dynamically Chaning Links Script Box Wormbites 2006 Includables ezCalendar getOrdinalFor(...) jPaq Other Libraries jQuery Prototype script.aculo.us

The example below creates a multiplication table after the user specifies the maximum number.  The table is created by using both the innerHTML property and the createElement method.  It is important to note that the createElement method is only part of the document object whereas the innerHTML element can be used with many different types of HTML elements.

Related Search Results

  1. JScript - Modified Alert Box:
    Use the alert function in any stand-alone JScript.
  2. From JScript Arrays To VB Arrays:
    Learn how to convert from a JScript or JavaScript array to a VBArray.
  3. JavaScript - Dynamically Changing Links:
    Illustrates how to dynamically change links using JavaScript.
  4. JavaScript - ezCalendar:
    Provides a JavaScript solution for selecting dates from a calendar.
  5. JavaScript - GET Object Emulation:
    Learn how to emulate the GET object with JavaScript.