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(...) JXtension 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. JavaScript - Dynamically Changing Links:
    Illustrates how to dynamically change links using JavaScript.
  3. jPaq - A Small, Yet Powerful JavaScript Library:
    jPaq is a small, yet powerful JavaScript library.
  4. JavaScript Box:
    A simple way to test out JavaScript. Test out your functions and objects. Do some advanced tests with JXtension.
  5. JavaScript - ezCalendar:
    Provides a JavaScript solution for selecting dates from a calendar.