I have textarea which shows only 3 lines at time and uses a scroll bar. Now when I print the html in which I have textarea, it only prints the visible part (i.e. 3 lines only).
I want that when user prints the html page, it should print the entire text inside the text box instead of visible part only.