Click to See Complete Forum and Search --> : Scrollbar help!!!!!!
jjudge
02-21-2003, 03:00 AM
I have a button which prints a table.I have put in a scrollgar so you can see all the data but it dose not work and it only prints what you can see on the page at that time!!Is there any way i can print everything inside a scrollbar an not just what you can see on the screen at that time?????
Thanks,
James.
DaveSW
02-21-2003, 04:23 AM
I answered this yesterday. Didn't it wok or haven't you seen the reply? Its on the second page of this forum.
DaveSW
02-21-2003, 04:30 AM
I said:
This should be your print options. When you go File, Print, the page is probably in frames. The print 'as laid out on screen' is probably selected. Change to either of the other options and it should print normally.
Other options would be print frames individually or current frame. If you use current frame make sure you click on the frame you want before printing.
Try it
jjudge
02-21-2003, 05:00 AM
No i'm sorry it dose not work.I have a button on another frame at the top of my page and i am using this code to print the other frame:
<input type="submit" name="B3" value="" onClick="top.newtop.mainbody.bottom.focus(); window.print();" style="background-image: url('../images/print.gif'); height: 21px; width: 67px">
When the print options come up it is set to "only the selected frame" but it dose not print everything??My code seams to refresh the page before it prints would this have something to do with it??
Thanks for your help,
James