previous | index | next

How It Works

The opening page displays a button and an empty DIV:
   <input type="button"
          value="Show Date and Time"
          onclick="showDateAndTime();"
          class="button"/>
      
   <div id="dateDIV" class="dateDiv"/>
Note:

previous | index | next