📄 dbo_work_edit.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="check.asp" -->
<!--#include file="tcconn.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Management System</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
-->
</style>
<link href="css/text1.css" rel="stylesheet" type="text/css">
<script LANGUAGE="javascript" src="js/common.js"></script>
</head>
<body>
<div align="center">
<%
user_id=session("userid")
Dim sql,Rs
sql = "select [id], [file1], [file2] from [dbo_student] where [id]= "&user_id&" order by id DESC"
Set Rs = Server.CreateObject("ADODB.Recordset")
Rs.Open sql,conn,1,1
session("img1")=""
session("img2")=""
session("img11")=Rs("file1")
session("img22")=Rs("file2")
%>
<form method="post" action="admin.asp" id="edit" >
<input type="hidden" name="id" id="id" value='<%=Rs("id")%>' />
<input type="hidden" name="action" id="action" value='updatework' />
<table width="95%" border="0" cellpadding="0" cellspacing="0" class="text1">
<tr>
<td height="10"></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0" class="text_menu">
<tr>
<td height="5" bgcolor="#9CC6FF"></td>
</tr>
<tr>
<td bgcolor="#375C81">
竞赛答案提交 </td>
</tr>
<tr>
<td height="5" bgcolor="#9CC6FF"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center">
<table width="90%" border="0" cellspacing="10" cellpadding="0" class="text1">
<tr>
<th style="height: 118px">附件1:<a href="<%=(Rs("file1"))%>" target="_blank">查看附件1</a> </th>
<td style="height: 118px">
<iframe name="ad" frameborder=0 width=100% height=25 scrolling=no src=uploada.asp?folder=manage/student_work/<%=session("number")%> align="left" style="height: 137px"></iframe></td>
</tr>
<tr>
<th style="height: 48px">附件2:<a href="<%=(Rs("file2"))%>" target="_blank">查看附件2</a></th>
<td style="height: 48px">
<iframe name="ad" frameborder=0 width=100% height=25 scrolling=no src=uploada1.asp?folder=manage/student_work/<%=session("number")%> align="left" style="height: 142px"></iframe></td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
</table>
<hr width="90%" align="center" color="#999999" style="height:1px;">
<input type="submit" name="commit" value="保存" />
<input type="reset" value="取消">
</form>
<br><br><br><br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -