does anyone know
does anyone know
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- versa0
totally riffing on this as i can't find anything when i want to
function writeTable(id)
{
if(document.getElementById){
var tableNew = "\n";var div = document.getElementById(id);
div.innerHTML = "";
div.innerHTML = tableNew;
}
}