?? my_upload.asp
字號:
<%
OPTION EXPLICIT
Server.ScriptTimeOut=5000
%>
<!--#include file="boardconn.asp"-->
<!--#include file="inc/sql.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/ip.asp"-->
<!--#include file="inc/const.asp"-->
<!--#include FILE="my_upfile.asp"-->
<%
dim request2
set request2=New UpLoadClass
request2.open()
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style/style.css" rel="stylesheet" type="text/css">
</head>
<script>parent.form.photo.value+='<%response.Write(request2.Form("strPhoto"))%>'</script>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class=INDEX_XMALL>友情提示:形象照片上傳完畢...</td>
</tr>
</table>
</body>
</html>
<%
set request2=nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -