⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nword_edit.asp

📁 shopxp网上购物系统v6.6已经调试,百分百可用
💻 ASP
字号:
<%@ codepage ="936" %>
<!--#include file="../nUser/config.asp"-->
<!--#include file="../nUser/conn.asp"-->
<!-- #include file="inc/Session.asp" -->
<LINK href="Css.css" rel=stylesheet type=text/css>
<%
dim sql
dim rs
id=request("id")
if id<>"" then
sql="select * from kheu_nWord where id="&request("id")
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
Begindate=rs("Begindate")
Enddate=rs("Enddate")
title=rs("title")
url=rs("url")
end if
%>
<body topmargin="0" leftmargin="0" >
<table width="100%"  height="30" border="0" cellpadding="0" cellspacing="0" background="Images/main_bg.gif">
                <tr>
                  <td bgcolor="#006699" onMouseOver="javascript:this.bgColor='#0066cc'" onMouseOut="javascript:this.bgColor='#006699'">
                  <div align="center" class="style1">欢迎使用『秦直道』多用户博客管理系统V2.0版</div></td>
                </tr>
</table>
<table width="100%" height="22"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FF9900">
          <tr>
             <td><div align="center" class="style1">关键字广告编辑</div></td>
          </tr>
</table>  
<form method="post" action="nWord_Save.asp?id=<%=request("id")%>" name="Form1">
  <TABLE class=content_border cellSpacing=0 cellPadding=0 width=100% border=0>
    <TBODY>
        <TR>
          <TD align=middle>
            <TABLE cellSpacing=2 cellPadding=3 width="100%" border=0>
              <TBODY>
               </TABLE>
				  <TABLE class=fbg1 width="100%">
              <TBODY>
              <TR>
                <TD>广告编辑</TD></TR></TBODY></TABLE>
				<TABLE cellSpacing=2 cellPadding=3 width="100%" border=0>

              <TBODY>
              <TR>
                <TD class=C width="25%" bgColor=#eff7ff><b>开始时间:</b></TD>
                <TD bgColor=#ffffde><FONT color=#ff0000 size=3>*</FONT>
                <INPUT size=30 value="<%=Begindate%>" name="Begindate"  type="date"> 
                  </TD></TR>
              <TR>
                <TD class=C bgColor=#eff7ff><B>结束时间:</B></TD>
                <TD bgColor=#ffffde><FONT color=#ff0000 size=3>*</FONT> 
                  <INPUT  name="Enddate"  size=30 value="<%=Enddate%>"  type="date"></TD></TR>
              <TR>
                <TD class=C bgColor=#eff7ff><B>广告文字:</B>(&lt;16)</TD>
                <TD bgColor=#ffffde><FONT color=#ff0000 size=3>*</FONT> 
				<INPUT size=30 value="<%=title%>" maxLength=16 name="title" >           
                </TD></TR>
               <TR>
                <TD class=C bgColor=#eff7ff><B>链接指向:</B>(&lt;250) </TD>
                <TD bgColor=#ffffde><FONT color=#ff0000 size=3>*</FONT> 
				<INPUT size=55 value="<%=url%>" maxLength=250 name="url" ></TD></TR>
				  
				  </TBODY></TABLE>
				  <BR> 
            
            <BR>
            <TABLE cellSpacing=0 cellPadding=4 border=0>
              <TBODY>
              <TR>
                
                <TD vAlign=top noWrap><INPUT class=subbutton style="WIDTH: 160px"  type="submit"  value=" 填好了,提交! " > 
                </TD></TR></TBODY></TABLE><BR>
   
            <BR><BR></TD></TR>
        </TABLE>
</FORM>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -