Home All Groups Group Topic Archive Search About
Author
11 Apr 2005 8:02 PM
sql
Hi all,
   I use javascript's Print function to print my web page. But the web page
contains multiline text boxes. The print function only prints the visible
portion of the multiline textboxes. How can I print the web page with all
contents of the multiline textboxes?

Thanks in advance.

Author
11 Apr 2005 8:05 PM
Marina
You can't. You have to create a 'printer friendly' page that displays
everything, have your users navigate to that, and print from there.

Show quoteHide quote
"sql" <donotspam@nospaml.com> wrote in message
news:%23pVBZFtPFHA.1388@TK2MSFTNGP09.phx.gbl...
> Hi all,
>   I use javascript's Print function to print my web page. But the web page
> contains multiline text boxes. The print function only prints the visible
> portion of the multiline textboxes. How can I print the web page with all
> contents of the multiline textboxes?
>
> Thanks in advance.
>
Author
11 Apr 2005 8:20 PM
Steve C. Orr [MVP, MCSD]
You can specify the portion of the page you'd like to print by using CSS.
Using some hidden page sections, you might be able to pull this off without
requiring a special printer-friendly page.

Here are all the details:
http://www.alistapart.com/articles/goingtoprint/

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"sql" <donotspam@nospaml.com> wrote in message
news:%23pVBZFtPFHA.1388@TK2MSFTNGP09.phx.gbl...
> Hi all,
>   I use javascript's Print function to print my web page. But the web page
> contains multiline text boxes. The print function only prints the visible
> portion of the multiline textboxes. How can I print the web page with all
> contents of the multiline textboxes?
>
> Thanks in advance.
>