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

📄 makewz.asp

📁 功能说明: 1
💻 ASP
字号:
<!--#include file="adyou.asp"-->
<%
if session("super")<>"super" then
 response.Write("<script>alert('您没权限访问本页');window.location.href='de.asp'</script>")
 response.End()
end if
 set openobject=server.createobject("scripting.filesystemobject")
	 if openobject.FileExists(server.mappath("../wz.htm"))=true then	 
	    set openfile=openobject.getfile(server.mappath("../wz.htm"))
	    set openok=openfile.openastextstream
		text=openok.readall
		text=replace(text,"images/","../images/")
		else
		text="没有找到文件"
		end if
%>
<%
	 set openobject=nothing
	 set openfile=nothing
	 set openok=nothing
	%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/yxwancss.css" rel="stylesheet" type="text/css">
<title>网址首页</title>
</head>

<body style="margin:0">
<form name="form1" method="post" action=""  style="margin:0">
  <table width="96%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#c0c0c0">
    <tr>
      <th bgcolor="#E8E8E8" height="30">修改网址首页</th>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td><textarea name="d_content" style="display:none"><%=text%></textarea> 
              <iframe ID="eWebEditor1" src="ewebeditor.asp?id=d_content&style=s_green&originalfilename=d_originalfilename&savefilename=d_savefilename&savepathfilename=d_savepathfilename" frameborder="0" scrolling="no" width="100%" HEIGHT="350"></iframe></td>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td>&nbsp;</td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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