How to write to a specific element in the body from the head using JavaScript? -


i'm making application javascript code in head need output data table in body.

i'm using following code head writes body. it's pretty sloppy, i'd prefer have in table.

document.body.innerhtml = (document.body.innerhtml+'<br />'+place.name); 

how this?


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -