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
Post a Comment