📄 control.php
字号:
<?php
include_once( "inc/auth.php" );
echo "\r\n<html>\r\n<head>\r\n<title>打印</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\r\n<script Language=\"JavaScript\">\r\nfunction print_preview()\r\n{\r\n parent.form_view.MyWebBrowser.innerHTML=\"<OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0></OBJECT>\";\r\n parent.form_view.focus();\r\n parent.form_view.WebBrowser.ExecWB(7,1);\r\n}\r\n\r\n</script>\r\n</head>\r\n\r\n\r\n<body class=\"bodycolor\" topmargin=\"7\" leftmargin=\"1\">\r\n<table class=\"Big1\" width=\"100%\">\r\n<tr class=\"Small\">\r\n <td align=\"right\" nowrap>\r\n <input type=\"button\" value=\"打印\" class=\"SmallButton\" onclick=\"parent.form_view.myprint()\">\r\n <input type=\"button\" value=\"打印预览\" class=\"SmallButton\" onclick=\"print_preview()\">\r\n <input type=\"button\" value=\"关闭\" class=\"SmallButton\" onclick=\"parent.close();\">\r\n </td>\r\n</tr>\r\n</div>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -