I had a <div id='Show'></div>. A javascript would insert a table into that division just fine. However, the cells I entered with
<td contenteditable> were not editable. This works with other browsers, how do I get it to work with IE?
I had a <div id='Show'></div>. A javascript would insert a table into that division just fine. However, the cells I entered with
<td contenteditable> were not editable. This works with other browsers, how do I get it to work with IE?