📄 upload.asp
字号:
<!-- #include file="../login/check.asp" -->
<!--#include file="../../inc/conn.asp" -->
<!--#include file="../../inc/function.asp" -->
<!--#include file="../upload/upload_class.asp"-->
<%
Server.ScriptTimeOut = 999999
Dim sType, sStyleName
Dim sAllowExt, nAllowSize, sUploadDir
%>
<%
Dim up
Set up=new LBUpload
up.eWebList()
If Request.QueryString("action")="ewebsave" Then
up.eWebAdd()
End if
Set up=Nothing
call connclose
%>
<%
' 输出客户端脚本
Sub OutScript(str)
Response.Write "<script language=javascript>" & str & ";history.back()</script>"
End Sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -