View Single Post
Old 08-07-2012, 03:39 PM   PM User | #3
sunsin
New to the CF scene

 
Join Date: Aug 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
sunsin is an unknown quantity at this point
Thanks AndrewGSW,

I added 't.innerHTML += "<td>" + naam + "</td></tr><tr>";' but its still not working. I'm relatively new to javascript (and/or html), I don't understand what you mean by the following.


Quote:
Originally Posted by AndrewGSW View Post

Code:
var tblContent = '';

tblContent += // etc..;

tblContent = tblContent.substring(0, tblContent.length-5) + '</table>';
but this is untested.
sunsin is offline   Reply With Quote