📄 adminbasicinfo.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/sessionadmin.asp"-->
<%
WebSiteName1=Request.Form("WebSiteName1")
WebSiteURL1=Request.Form("WebSiteURL1")
SMBName1=Request.Form("SMBName1")
SMBURL1=Request.Form("SMBURL1")
SQL="Select * From school"
Set RS=Server.CreateObject("ADODB.Recordset")
RS.Open SQL,Connstr,3,2
IF WebSiteName1<>"" Then
RS("httpname")=WebSiteName1
End IF
IF WebSiteURL1<>"" Then
RS("httpaddress")=WebSiteURL1
End IF
IF SMBName1<>"" Then
RS("xylname")=SMBName1
End IF
IF SMBURL1<>"" Then
RS("xylhttp")=SMBURL1
End IF
RS.Update
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<!--#include file="inc/css.asp"-->
<title><%=WebSiteName%></title>
</head>
<body topmargin="0" background="images/bg.gif">
<!--#include file="admintop.asp"-->
<div align="center">
<center>
<table border="0" width="755" cellspacing="0" cellpadding="0">
<tr>
<td width="189" style="background-color: #FFFFFF; border-left: 1 solid #000000; border-top: 1 solid #000000; border-bottom: 1 solid #000000" valign="top">
<!--#include file="aleft.asp"-->
</td>
<td width="562" style="background-color: #FFFFFF; border: 1 solid #000000" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="25" bgcolor="#EDEDED" style="border-bottom: 1 solid #000000;">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<p align="center">校友录基本信息设置</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" valign="top">
<div align="center">
<table border="0" width="90%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="14" colspan="2"></td>
</tr>
<center>
<form action="" method="post">
<tr>
<td width="32%" valign="bottom" align="right" height="20">您网站的名称:</td>
<td width="68%" height="20"><input type=text name="WebSiteName1" size=12 maxlength=50 style="background-attachment: scroll; background-repeat: repeat; font-size: 9pt; height: 18; width: 238; background-color: #FFFFFF; border: 1 solid #000000; background-position: none 0%" value="<%=RS("httpname")%>"></td>
</tr>
<tr>
<td width="32%" valign="bottom" align="right" height="20">您网站的地址:</td>
<td width="68%" height="20"><input type=text name="WebSiteURL1" size=12 maxlength=50 style="background-attachment: scroll; background-repeat: repeat; font-size: 9pt; height: 18; width: 238; background-color: #FFFFFF; border: 1 solid #000000; background-position: none 0%" value="<%=RS("httpaddress")%>"></td>
</tr>
<tr>
<td width="32%" valign="bottom" align="right" height="20">校友录的名称:</td>
<td width="68%" height="20"><input type=text name="SMBName1" size=12 maxlength=50 style="background-attachment: scroll; background-repeat: repeat; font-size: 9pt; height: 18; width: 238; background-color: #FFFFFF; border: 1 solid #000000; background-position: none 0%" value="<%=RS("xylname")%>"></td>
</tr>
<tr>
<td width="32%" valign="bottom" align="right" height="20">校友录的地址:</td>
<td width="68%" height="20"><input type=text name="SMBURL1" size=12 maxlength=50 style="background-attachment: scroll; background-repeat: repeat; font-size: 9pt; height: 18; width: 238; background-color: #FFFFFF; border: 1 solid #000000; background-position: none 0%" value="<%=RS("xylhttp")%>"></td>
</tr>
<tr>
<td width="100%" colspan="2" height="21">
<p align="center" style="margin-top: 5"><INPUT type=submit value=' 确 定 ' name=Submit style="background-color: #DDDDDD; background-repeat: repeat; background-attachment: scroll; font-size: 9pt; height: 20; width: 85; background-image: url('images/bg1.gif'); border: 1px groove #000000; background-position: 0% 50%">
<INPUT type=reset value=' 取 消 ' name=Submit style="background-color: #DDDDDD; background-repeat: repeat; background-attachment: scroll; font-size: 9pt; height: 20; width: 85; background-image: url('images/bg1.gif'); border: 1px groove #000000; background-position: 0% 50%">
</td>
</tr>
</form>
<tr>
<td width="100%" colspan="2" height="14"></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td width="100%" valign="top" height="8">
<p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -