[已解决问题] 谁做过B/S结构的打印系统,在网页上打印需注意什么?
提问时间: 2007-11-14 09:39
悬赏分:10 浏览:831 次
目前我在做一个 基于B/S结构的打印系统,打印的东西不是很复杂,就是一些信件的邮寄地址。只是在打印这块不知道如何去做,把信息放在表格里,再打印,好像这样不太合适,要不就生成word文档再打印?大家谁做过类似的东西,给点建议
提问者:Wilensky - 小虾三级

问题补充:我也是想用table来布局,先试验一下

最佳答案
关于Web打印,园子里的兄弟写过一个系列,可以看一下,非常不错 http://www.cnblogs.com/Yahong111/archive/2007/10.html
2007/11/14 11:23:27 回答者:TerryLee


提问者对于答案的评价:谢谢你提供的地址。很有用,我以前怎么没搜到呢
其它回答(3)
网页的内容要可变宽度 http://www.netmechanic.com/news/vol4/design_no8.htm 可以搜索下Print Friendly. 如果页面设计好了,直接document.print就OK来 Here are the most important considerations: Width: The text-only page should print in a legible format on a standard sheet of paper. Keep in mind that pages designed for an 800 pixel computer screen may be cropped or scaled to fit the printed page. To be safe, limit your line or table width to about 500 pixels. Left-justify text: This increases readability. Site navigation: Avoid dead-end pages! Give visitors a way to navigate back to the previous page. Color: Use black text on a white background for a good contrast on the printed page. Citation information: Researchers may need to formally cite your work in their documents. Simplify that by including the title, author, date, and URL on your print-friendly page.
11个月前   回答者:PureEviL - 菜鸟二级
只打印出 信件的邮寄地址??? 那可以导出到execl里再打印出来
11个月前   回答者:3条鱼 - 小虾三级
通常用户很懒,能用1步的绝对不用2步,所以我建议用table 布局好 然后打印!当然1楼的答案也很不错
11个月前   回答者:Allie - 小虾三级
评论
11个月前   坚持信念 :
不用放表格里面啊,你要的那种效果,直接套打不就完事了?不需要excel的,那样太麻烦了
4个月前   swjm119 :
水晶报表应该可以吧
   您需要登录以后才能回答!
 

我要提问

我的问题


快到期问题

> 问题排行榜

相关内容

相关链接