📄 add.asp
字号:
<%@ Language=VBScript %>
<!--#INCLUDE FILE="conn.asp" -->
<!--#INCLUDE FILE="config.asp" -->
<html>
<head>
<title><%=tit%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body text="#000000" bgcolor=<%=bg%>>
<br><br>
<form name="save" method="post" action="save.asp">
<div align="center">
<center>
<table width="400" border="0" cellspacing="1" cellpadding="0" height="187" style="border-collapse: collapse">
<tr bgcolor="#f0f0f0">
<td height="30" colspan="2" align="center" nowrap>欢迎使用lxl多功能显示友情链接系统</td>
</tr>
<tr bgcolor="#f0f0f0">
<td height="30" align="right" nowrap>
<font color="#808080">主页名称:</font></td>
<td width="292" height="30">
<input type="text" name="txtsite" size="24" maxlength="50" class="box"; border-width: 1">
<font color="#808080">*</font> </td>
</tr>
<tr bgcolor="#f0f0f0">
<td height="30" align="right" nowrap>
<font color="#808080">主页地址:</font></td>
<td width="292" height="30">
<input type="text" name="txthomepage" size="24" maxlength="50" value="http://" ; border-width: 1; class="box">
<font color="#808080">*</font></td>
</tr>
<tr bgcolor="#f0f0f0">
<td height="30" align="right" nowrap>
<font color="#808080">图片地址:</font></td>
<td width="292" height="30">
<input type="text" name="txtlogo" size="44" class="box"; border-width: 1></td>
</tr>
<tr bgcolor="#f0f0f0">
<td height="30" align="right" nowrap> <span lang="zh-cn"><font color="#808080">简介:<br>
(50字内)</font></td>
<td width="292" height="30">
<textarea name="txtjj" cols="45" rows="6" class="box"; border-width: 1"></textarea>
<font color="#808080">*</font></td>
</tr>
<tr bgcolor="#f0f0f0">
<td width="360" height="30" colspan="2" align="left" nowrap>
<p align="center">
<INPUT type="submit" value="确 定" class="btn">
<input type="button" name="Submit2" value="返 回" class="btn" onClick="window.history.go(-1);"></td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -