www.gusucode.com > 盐城分类信息网asp源码程序 > admin/listhelp.asp

    <%
'***********************************
'本站由吉林信息网团队制作
'***********************************
'--------版权说明------------------
'吉林信息网官方网站:http://www.jl-e.com
'QQ:304133183  
'***********************************
%><!--#include file=conn.asp-->
<!--#include file=cookies.asp-->
<link href="inc_style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	background-color: #E7EEF5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style><div align="center">
   <table width="88%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolorlight="#335078" bordercolordark="#FFFFFF" bgcolor="#C5D5E4" style="font-size:12px; letter-spacing:1px;">

<tr bgcolor="#B6EBC4">
        <td width="99%" height="26" bgcolor="#C5D5E4">
      <p align="center"><b>&nbsp; <a href="listabuot.asp"><u><font color="#FF0000">关于我们</font></u></a></b><b>&nbsp; <a href="listads.asp"><u><font color="#FF0000">广告服务</font></u></a></b><b>&nbsp; <a href="listhelp.asp"><u><font color="#FF0000">帮助中心</font></u></a></b><b>&nbsp; <a href="listlaw.asp"><u><font color="#FF0000">免责说明</font></u></a></b></td>
     </tr>
      <tr><td>
     <table width="100%"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="2">&nbsp;</td>
        </tr>
      <tr>
        <td width="20">&nbsp;</td>
        <td><form name="myform" method="post" action="?action=save" onSubmit="return Validator.Validate(this,2)">
          <table width="98%"  border="0" cellpadding="0" cellspacing="1" bgcolor="#f0f0f0">
            <tr bgcolor="#f0f0f0">
              <td height="25" colspan="2">&nbsp;&nbsp;<img src="../img/title.gif" width="14" height="14">&nbsp;修改帮助中心</td>
          </tr>
           
            <tr bgcolor="#FFFFFF">
             
              <td>
<textarea name="contact" style="display:none">
	<% 
			    set rs=server.CreateObject("adodb.recordset")
rs.open"select * from lgwzjs_contact where id=3",conn,1,1
				response.Write rs("contact")
				rs.close
				set rs=nothing
			%>
			</textarea>
<iframe ID="Editor" name="Editor" src="../HtmlEditor/index.html?ID=contact"" frameBorder="0" marginHeight="0" marginWidth="0" scrolling="No" style="height:320px;width:100%"></iframe>
		
</td>
            </tr>
            <tr bgcolor="#FFFFFF">
              <td><input type="submit" name="Submit" value=" 提 交 ">
                <input type="reset" name="Submit" value=" 重 置 "></td>
            </tr>
          </table>
        </form></td>
      </tr>
    </table> 
             </td></tr>
    </table>
</div>
<% if request.querystring("action")="save" then
response.write "限制功能!"
response.write "<meta http-equiv=refresh content=""1;URL=fenlei_2chk.asp"">"
end if
%>
<%
'***********************************
'本站由吉林信息网团队制作
'***********************************
'--------版权说明------------------
'吉林信息网官方网站:http://www.jl-e.com
'QQ:304133183  
'***********************************
%>