K
Ken Williams
This doesn't work.
function jsTest(cellname)
{
document.all.cellname.bgColor = '#bbbbbb';
}
I get the javascript error 'document.all.cellname' is null or not and
object. I want javascript to "translate" the cellname into what its
value is, not the string cellname.
(e-mail address removed)
function jsTest(cellname)
{
document.all.cellname.bgColor = '#bbbbbb';
}
I get the javascript error 'document.all.cellname' is null or not and
object. I want javascript to "translate" the cellname into what its
value is, not the string cellname.
(e-mail address removed)