📄 quoteprintresult.asp
字号:
<!--#include file="../config.ini" -->
<!--#include file="../commfunction.inc" -->
<html>
<head>
<LINK href='../global.css' rel=STYLESHEET type=text/css>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
</head>
<script language='JavaScript'>
function window_onload()
{
window.moveTo(-2,-2);
window.resizeTo(screen.availWidth, screen.availHeight);
}
</script>
<body leftmargin='0' rightmargin='10' topmargin='80' onload='window_onload()'>
<%
Dim objcheck
Set objcheck=Server.CreateObject("SmartSales.CheckFunction")
objcheck.CheckUserFunction "quote","read"
set objcheck=nothing
Dim objquote
Set objquote=Server.CreateObject("SmartSales.Quote")
objquote.PrintQuoteOut
set objquote=nothing
%>
<script language='JavaScript'>window.print();</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -