table editing problem on ie7

View: New views
1 Messages — Rating Filter:   Alert me  

table editing problem on ie7

by rey bumalay :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i'm having problem with table editing using dwr on ie. i also noticed that the official sites example regarding the table editing functionality is broken. here is the link http://getahead.org/dwr/examples/table.

this is the part of my code that is causing the error:
...
$("pattern" + id).style.display = "table-row";
...