PDA

View Full Version : printing


havey
05-15-2003, 10:25 PM
I don't have a printer, but i do have 2 questions:

[1]if i have a form text field with a value in it and i printed the page will the text box display if i use the IE browser print button?

[2] if the text box displays is there a way in JS to print without printing the text box but rather just the value in the text box?

thank you

requestcode
05-16-2003, 01:09 PM
I think you will have to create a second document with the information you want printed from the first document and then have that page popup for them to print. Maybe this tutorial will help:
http://javascriptkit.com/javatutors/ie5print.shtml