📄 wy_trip_inforup.asp
字号:
<!--#include file="../wy_trip_inc/wy_trip_fun.inc"-->
<html>
<head>
<title>PTrip Server 2005 For 数据库课程设计
</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../wy_trip_css/wy_trip.css">
</head>
<%
inforkind=request.querystring("inforkind")
'1 about 2 statement
if(inforkind=1)then
oldinfor=sqlshow("select * from trip_infor","aboutus")
else
oldinfor=sqlshow("select * from trip_infor","statement")
end if
%>
<script language="javascript" src="../wy_trip_js/wy_trip_check.js" ></script>
<body leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3" bgcolor="#e8eefc">
<table width="734" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="Main">
<p class="NoBreakBeforeAfter"><img src="../wy_trip_images/TopCol3.gif" WIDTH="247" HEIGHT="23"></p>
<p class="NoBreakBeforeAfter"><img src="../wy_trip_images/HeaderOtherDestination.gif" width="229" height="28"></p>
<p class="Indented1" align="center"><font size="6"><b>PTrip 2005 后台管理</b></font></p>
<p class="Indented1" align="center"><b>欢迎管理员 <%=adname%> 登录</b></p>
<hr align="center" width="80%" color="#999999">
<table width="85%" border="0" align="center" cellpadding="2" cellspacing="0" >
<tr>
<th valign="top">关于我们</th>
<th colspan="2"><%=oldinfor%></th>
</tr>
<tr>
<th> </th>
<th colspan="2"> </th>
</tr>
<form name="aboutus" method="post" action="wy_trip_asp/wy_trip_inforupasp.asp" >
<tr>
<th>更新...<input type="hidden" name="hid" id="hid" value=<%=inforkind%>></th>
<th colspan="2"><textarea name="infor" cols="80" rows="8" id="infor"></textarea></th>
</tr>
<tr>
<th> </th>
<th><input type="submit" name="Submit" value=" 提 交 "></th>
<th><input type="reset" name="Submit" value=" 重 置 "></th>
</tr>
</form>
<tr>
<th> </th>
<th> </th>
<th> </th>
</tr>
<tr>
<th width="16%"> </th>
<th width="42%"> </th>
<th width="42%" onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><a href="wy_trip_admin.asp" target="main">返回上一页</a></th>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -