📄 link_add.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="islogin.asp"-->
<!--#include file="conn.asp"--><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>添加员工</title>
<style type="text/css">
<!--
@import url("style.css");
@import url("../style/admin.css");
.style1 {font-family: "宋体", Verdana, Arial, Helvetica, sans-serif}
-->
</style>
</head>
<body >
<form name="form1" method="post" action="Linkdo.asp?action=save">
<div align="center" class="style1">
<h2>添加网站</h2>
</div>
<hr align="center" size="1" style="color:#FFFFFF; width:90%;">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td width="100" align="right">网站名称:</td>
<td><input name="name" type="text" id="name" size="60"> </td>
</tr>
<tr>
<td align="right">网址:</td>
<td><input name="www" type="text" id="www" size="60"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="submit" name="Submit" value=" 提 交 "></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -