DOM innerHTML does not accept my html data

Posted by Kubi on Stack Overflow See other posts from Stack Overflow or by Kubi
Published on 2010-04-14T00:50:32Z Indexed on 2010/04/14 0:53 UTC
Read the original article Hit count: 354

Filed under:
|
var popupcontent = myfunction(item.Id, i);
tablepopup = document.createElement("table");
tablepopup.innerHTML += popupcontent;

Hi, is there any alternative way to parse my string data "popupcontent" into tablepopup ?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about dom