Printing Web Form

  • Thread starter Thread starter Yatin Bhuta
  • Start date Start date
Y

Yatin Bhuta

Hi,

I have a web form, which has many text boxes and a few buttons. One of the
button is to print the web form.

Some of the text boxes are multi line. Due to screen space limitation the
height of the multi line text boxes is not enough to display the whole text
box's value on the screen. However, when I click on the print button I want
to display the whole content of the text box. I tried to execute
'document.print()' or 'window.print()' in client side script but it didn't
print the whole content.

Can anyone help me figure out how to do this or is there an example out
there on the web?

Thanks

Yatin
 
most site supply a printer friendly version of the page, where the textbox
are rendered as plain html

-- bruce (sqlwork.com)
 
Back
Top