# 列印網頁 ```\ var setting="width=750, height=600, left=100, top=25"; var $tag1 = $("#Form").clone().html(); var document_print=window.open("","",setting); document_print.document.write('<html><head><title>資料查詢</title></head>'); document_print.document.write('<body onLoad="self.print();self.close();">'); document_print.document.write('<h1 align="center">資料查詢</h1><hr/>'); document_print.document.write($tag1); document_print.document.write('</body></html>'); document_print.document.close(); ``` ###### tags: jquery/javascript
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up