?? add_linka.asp
字號(hào):
<!--#include file="Open.asp" -->
<!--#include file="checkadmin.asp" -->
<%
on Error resume next
response.buffer=true
title=request.Form("title")
addurl=request.Form("addurl")
SQL="insert into link(title,addurl)Values('"&title&"','"&addurl&"')"
con.Execute SQL
if err.number<>0 then
Response.Write(err.Description)
else
Response.Redirect("link_list.asp")
end if
%>
<script language="JScript" runat="server">
function radm()
{
return Math.round(Math.random()*100)
}
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無(wú)標(biāo)題文檔</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
color: #000000;
}
a {
font-size: 12px;
}
a:visited {
color: #000000;
}
-->
</style></head>
<body>
</body>
</html>
<!--#include file="close.asp" -->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -