HTML JavaScript DHTML

/*
JavaScript Bible, Fourth Edition
by Danny Goodman 
Publisher: John Wiley & Sons CopyRight 2001
ISBN: 0764533428
*/


TABLE.frame Property

var timeoutID
var frameValues = ["box", "above", "rhs", "below", "lhs", "hsides", "vsides", 
                   "border", "void"]
function rotateBorder(i) {
    document.getElementById("myTABLE").frame = frameValues[i]
    document.getElementById("myCAPTION").innerHTML = frameValues[i]
    i = (++i == frameValues.length) ? 0 : i
    timeoutID = setTimeout("rotateBorder(" + i + ")", 2000)
}
function stopRotate() {
    clearTimeout(timeoutID)
    document.getElementById("myTABLE").frame = "box"
    document.getElementById("myCAPTION").innerHTML = "box"
}



TABLE.frame Property






Cycle Table Edge Visibility












Default


    RiverOutflowMilesKilometers




    NileMediterranean41606700


    CongoAtlantic Ocean29004670


    NigerAtlantic Ocean26004180


    ZambeziIndian Ocean17002740