HTML JavaScript DHTML



HR Object Properties

function setHRAttr(select) {
    if (document.all && document.all.myHR) {
        var choice = select.options[select.selectedIndex].value
        if (choice) {
            document.all.myHR.setAttribute(select.name, choice)
        }
    }
}



HR Object Properties




Here is the HR element you will be controlling:




Select an alignment: 

    
    Left
    Center
    Right



Select a rule color (IE only): 

    
    Red
    Green
    Blue
    Some Hex Triplet Value



Select a rule shading: 

    
    No Shading
    Shading



Select a rule height: 

    
    2 (Default)
    4 Pixels
    10 Pixels



Select a rule width: 

    
    100% (Default)
    80%
    300 Pixels