:: Forum >>

assigning div.innerHTML=grid.toString() doesn't show anything

Hi,

after creating valid grid object, div.innerHTML = grid.toString() shows empty window, although alert(div.innerHTML) shows fully formated set of DIVs .

document.write(grid) works fine.

please help..

thanks
Myrth
Monday, August 29, 2005
div.innerHTML = grid ;
Monday, August 29, 2005
document.getElementById('div_id').innerHTML = grid ;
Monday, August 29, 2005
same thing
Myrth
Monday, August 29, 2005
made example out of site context and it works.. probably mistake in the rest of the code.. weird though
Myrth
Monday, August 29, 2005

This topic is archived.


Back to support forum

Forum search