How to access html-objects in DTML or python? With JavaScript I can access objects, like the table-data with obj=document.getElementById(id) (and have something like <td id="RC1_1">). Then I can change its attributes like obj.bgColor=#FFFFFF. But herefore, I have to enable JavaScript. Is there anyway to do this with DTML or python? Wim