I would like to print a report using JavaScript. I need to print texts in specific position. How can I print a word to second page with specific position?
e.g. Print text1 and text2
<div id = “print_id1’” style=“left:600px; top:800px; position:absolute;”>text1</div> <–first page
<div id = “print_id2’” style=“left:600px; top:200px; position:absolute;”>text2</div> <–second page