lbob 0 Newbie Poster

Hi
I've got a datagrid where I'm calling javscript to calculate selected values, I'm trying to update a textbox in the footer, but can't. I've tried

document.getElementById("Textbox1").innerText = newtotal;

but it can't find the object.

Any help would be greatly appreciated.
Lbob