|
I am doing a webpage which has a table, showing a list of things.
On one column, I have a Canvas tag, to show a logo of symbol of what is on the said line.
As I need to change the data to show something different I need some way to clear all data in the table before I put in the next lot of data.
With the HTML text in the other cells, I just do innerHTML='' and that will clear all HTML content from that cell.
But, how do I do that with Canvas?
__________________
** Directory of my other websites ***
Please login or register to view this content. Registration is FREE - for screen devices
Please login or register to view this content. Registration is FREE - for mobile devices
|