gusucode.com > 爱美尔女性商城源码 1.0源码程序 > admintouch/jfhjxx.asp

    <!--#include file="conn.asp"-->
<%if session("bjxadmin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>1 then
response.Write "<p align=center><font color=red>您没有此项目管理权限!</font></p>"
response.End
end if
end if
%>
<html><head><title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
<!--
function checkdata()
{
if (document.form1.viewhtml.checked == true)
	{
	  alert("对不起,请取消“查看HTML源代码”后再添加!")
	  document.form1.viewhtml.focus()
	  return false
	 }
if (document.form1.Content.value.length==0)
	{
	  alert("对不起,请输入文章内容!")
	  //document.form1.content.focus()
	  return false
	 }
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#6a7f9a">
<tr> 
<td colspan="4" align="center" background="images/admin_bg_1.gif"><b><font color="#ffffff">积分兑换奖品说明</font></b></td>
</tr>
<tr> 
<td >
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                                <form name="form1" method="post" action="savejfhjxx.asp" OnSubmit="return checkdata()" onReset="return ResetForm();">
                                  <tr> 
                                    <td> 
                                        <table width="80%" border="0" cellspacing="2" cellpadding="1" align="center">
                                          <tr> 
                                            <td>
</td></tr><tr>
<td>
<%
set rs=server.createobject("adodb.recordset")
sql="select jfhj from BJX_config "
rs.open sql,conn,1,1
jfhj=rs("jfhj")
rs.close
%>
 <IFRAME ID="ewebeditor1" SRC="../webedit/ewebeditor.asp?id=Content&style=s_coolblue1" FRAMEBORDER="0" SCROLLING="no" WIDTH="600" HEIGHT="380"></IFRAME>
		  <textarea name="Content" id="Content"  style="display:none"><%=jfhj%></textarea>
</td>
</tr>
<tr> 
<td align="center"> 
<input type="submit" value="修改保存 " name="Submit" class="unnamed5">
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<!--#include file="bjxfoot.asp"-->
</body>
</html>