Doc Steve
Web Coding Service

Fully Accessible Web Code, Custom Written by Hand
Specializing in html, xml, css, and U.S.§508

Web Programming Samples and References

[ Back to Examples for Borders ] [ Sample Pages Home ]

JavaScript Sample Pages

External JavaScript Code for JS_Test_2B.html


function  table_step_one () {
  var one = "</td></tr></table>" ; 
  return ( one ) ; 
  }
function  table_step_two () {
  var two  = '<table bgcolor="white" border="0" width="100%"><tr><td width="' ;
  return ( two ) ; 
  }
function  table_step_three () {
  var three =  '"></td><td class="text" width="' ; 
  return ( three ) ; 
  }
function  table_step_four () {
  var four  =  '">' ; 
  return ( four ) ; 
  }
function table_step_five () {
  var five = '</td><td width="' ; 
  return ( five ) ; 
  }
function table_step_six () {
  var six = '"></td></tr></table><table><tr><td>' ;
  return ( six ) ; 
  }


Document: http://
Revised:
TOP ]
HOME ]

Valid XHTML 1.0!

Copyright © 2002 - 2004

Steve Sconfienza, Ph.D.

All Rights Reserved