'frame' Syntax and Note : frame « Javascript Properties « JavaScript Reference

'frame' Syntax and Note

Note:

Read and write property. 
How is the table border rendered. 
    
Syntax:
    
document.getElementById("tableID").frame = value
document.all.tableID.frame = value // IE only

    

      
      








Related examples in the same category

1.'frame' Example
2.'frame' Possible Values
3.'frame' is applied to