Hi all,am writing this line of code in my javascript value = refTab.rows.cells[3].innerHTML; then am getting the following errorType error:refTab.rows is undefinedActually am getting null into this bcoz i dnt have any rows at that point but in next line of code am handling it but before handling only am getting error.Can any1 please tell me a solution..........