I am inputing a table into a <TD> tag using ajax and td.id.innerHTML, the table displays fine but with <td colspan="2"> the table will not span both columns, it work perfectly in IE. I can not figure out why only firefox is ignoring it, I get no errors pertaining to the colspan in my javascript...
I am trying to insert a table I recieve from an AJAX call using the Dojo framework, instead of formating the returned data into a table I have the option of getting the returned data as a formated table ex:<table> ... </table>
I am trying to insert this table into the table row of another table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.