歡迎來到天天文庫
瀏覽記錄
ID:10636271
大?。?3.76 KB
頁數:0頁
時間:2018-07-07
《javascript網頁打印大全(javascript page print daquan)》由會員上傳分享,免費在線閱讀,更多相關內容在教育資源-天天文庫。
1、javascript網頁打印大全(JavaScriptpageprintDaquan)JAVASCRIPTpageprintDaquanOrdinaryprint(fullpagedozen)Printpartofthepage(custom)Printout/addheadersandfootersTheuseofexternalcontrols/methodstoachievemultifunctionprintingprintbackgroundTheaboveiscodecontrolSettingpagesettingstoa
2、chieveprintparametersettings(Windowsystemgraphicversion)One,ordinaryprint(wholepagedozen)Thisisnottosay,directuseQuote:window.print();Two,printpartofthecontentofthewebpage(custom)Implementationofthreemethods1.ControlwithCSSQuote:@mediaprint.a{display:block}.b{display:hid
3、den}Setthepartclassyoudon'twanttoprinttobeBFirst,addittothewebpage:Quote:Andthenyoucanaddfunctionbuttonsinturn:Quote:4、"print">Youdon'tprintthesebuttonswhenyouputthesetwopiecesonthe.Ofcourse,noprint5、isdefined:.Noprint{DISPLAY:none},justsettheCSSofthethingsthatyoudon'twanttoprinttonoprint.Nowthebasicwebprintinghasbeenrealized:A.mustsetthesecurityofIE'sInternetoptiontoaActiveXcontrolthatisnotmarkedassecurity.Itissettopromptorenabled,otherwi6、seitwillbewrongandwillnotbeavailable.B.IfyoueditthepageintheVS.NETeditingenvironment,itoftenautomaticallyaddsadditionalparameterstotheobject.Withthesethings,theprintingwillgowrong,soremembertodeletethemwhenyousavethem.2.PrintthecontentsinthelabelwithJavaScriptA,addingJav7、aScripttothecodeheaderofthepage:Quote:FunctiondoPrint(){Bdhtml=window.document.body.innerHTML;Sprnstr=<<--startprint-->";Eprnstr=<<--endprint-->";Prnhtml=bdhtml.substr(bdhtml.indexOf(sprnstr)+17);Prnhtml=prnhtml.substring(0,prnhtml.indexOf(eprn8、str));Window.document.body.innerHTML=prnhtml;Window.print();}2.Add<<--startprint--><<--endprin
4、"print">Youdon'tprintthesebuttonswhenyouputthesetwopiecesonthe.Ofcourse,noprint
5、isdefined:.Noprint{DISPLAY:none},justsettheCSSofthethingsthatyoudon'twanttoprinttonoprint.Nowthebasicwebprintinghasbeenrealized:A.mustsetthesecurityofIE'sInternetoptiontoaActiveXcontrolthatisnotmarkedassecurity.Itissettopromptorenabled,otherwi
6、seitwillbewrongandwillnotbeavailable.B.IfyoueditthepageintheVS.NETeditingenvironment,itoftenautomaticallyaddsadditionalparameterstotheobject.Withthesethings,theprintingwillgowrong,soremembertodeletethemwhenyousavethem.2.PrintthecontentsinthelabelwithJavaScriptA,addingJav
7、aScripttothecodeheaderofthepage:Quote:FunctiondoPrint(){Bdhtml=window.document.body.innerHTML;Sprnstr=<<--startprint-->";Eprnstr=<<--endprint-->";Prnhtml=bdhtml.substr(bdhtml.indexOf(sprnstr)+17);Prnhtml=prnhtml.substring(0,prnhtml.indexOf(eprn
8、str));Window.document.body.innerHTML=prnhtml;Window.print();}2.Add<<--startprint--><<--endprin
此文檔下載收益歸作者所有