|
|
Q753 How can I change an attribute of a tag without using the document.write() method, for example, can I control the bgColor of a table cell?
irt.org | Knowledge Base | DHTML | Q753 [ previous next ] Q753 How can I change an attribute of a tag without using the document.write() method, for example, can I control the bgColor of a table cell?In Internet Explorer 4 you can do this with:
In Netscape Navigator 4 you need to create a layer and then replace the contents of the layer and possibly the whole table to achieve what you want to do. Feedback on 'Q753 How can I change an attribute of a tag without using the document.write() method, for example, can I control the bgColor of a table cell?' |
-- div -->
|