If there is <p id="hiredlist"></p> tag in one jsp page, we want to insert some content into that tag with using javascript, we can do this,
document.getElementById('hiredlist').innerHTML=<table></table>
how easy that is!
how easy that is!