In one page i am entering some text in text area. And when i click on print button on the same page, it would open up a new page for priniting. In that new page i want to display all the information of that text area what ever i have entered in first page without any scrollbars, in the new page.
How can i acheive this by using HTML and javascript.