www.gusucode.com > 梦想草根大联盟广告模块 build码程序 > dreamasp_unmaster/dreamasp_un_add.asp

    <!--
梦想草跟大联盟 联盟模块
欢迎加入梦想草根大联盟 http://www.dreamasp.cn
我们将致力于为草根站长服务 给草根站长创收 让草根站长能够在这片空间中继续生存 发展
有你的加入 我们会更精彩 感谢您使用我们的程序
--><%
if not session("check")="checked" then
response.Redirect "login.asp"
else
%>
<!--#include file="dreamasp_conn.asp"-->
<%
set rs=server.createobject ("adodb.recordset")
sql="select * from dreamasp_un"
rs.open sql,conn,3,3
%>
<%
if request.querystring("act")="tj" then
rs.addnew
rs("webname")=request.form("webname")
rs("weburl")=request.form("weburl")
rs("money")=request.form("money")
rs.update
rs.close
response.Redirect "dreamasp_un.asp"
else
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<LINK href="images/css_body.css" type=text/css rel=stylesheet>
<title></title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
-->
</style></head>

<body>
<DIV class=bodytitle>
<DIV class=bodytitleleft></DIV>
<DIV class=bodytitletxt><strong>添加广告</strong></DIV>
</DIV>
<TABLE class=tbtitle style="BACKGROUND: #cad9ea" cellSpacing=1 cellPadding=5 width="96%" align=center border=0>
  <TBODY><form id="form1" name="form1" method="post" action="?act=tj">
  <TR>
    <TD vAlign=center width="10%" bgColor=#f5fafe>广告文字:</TD>
    <TD width="90%" valign="middle" bgColor=#ffffff><input name="webname" type="text" value="" size="70" /></TD>
  </TR>
  <TR>
    <TD vAlign=center width="10%" bgColor=#f5fafe>广告连接:</TD>
    <TD width="90%" valign="middle" bgColor=#ffffff><input name="weburl" type="text" value="" size="70" /></TD>
  </TR>
    <TR>
    <TD vAlign=center width="10%" bgColor=#f5fafe>广告价格:</TD>
    <TD width="90%" valign="middle" bgColor=#ffffff><input name="money" type="text" value="" size="70" />
      元/月</TD>
  </TR>
    <TR>
    <TD vAlign=center width="10%" bgColor=#f5fafe>操作:</TD>
    <TD width="90%" valign="middle" bgColor=#ffffff><input type="submit" name="Submit" value="添加" />
  </TD>
  </TR>
</form></TBODY>
</TABLE>
<TABLE class=tbtitle style="BACKGROUND: #cad9ea" cellSpacing=1 cellPadding=5 width="96%" align=center border=0>
  <TR align="center" bgcolor="#f5fafe">
    <TD colspan="2">Copyright &copy; 2007-2009 All rights reserved.<A href="http://www.hscms.net.cn" target=_blank>成都黑闪网络科技有限公司版权所有</A></TD>
  </TR>
</TABLE>
</body>
</html>
<%
end if
conn.close
set rs=nothing
set conn=nothing
%>
<%
end if
%>