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

📄 makers.asp

📁 本系统为ASP版 1
💻 ASP
字号:
<%Admin="DownAdmin"%>
<!--#include file="check.asp"-->
<%
filename="../rss.xml"
MDBpath="./"
if request("body")<>"" then
Set fso = Server.CreateObject("Scripting.FileSystemObject")
Set fout = fso.CreateTextFile(server.mappath(""&filename&""))
fout.Write request("body")
fout.close
set fout=nothing
set fso=nothing
mskrindex="ok"
end if
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../style.css" rel=stylesheet>
<SCRIPT LANGUAGE="JavaScript">
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
	if (swtch == 1){
		basic = false;
		stprompt = false;
		helpstat = true;
	} else if (swtch == 0) {
		helpstat = false;
		stprompt = false;
		basic = true;
	} else if (swtch == 2) {
		helpstat = false;
		basic = false;
		stprompt = true;
	}
}

function AddText(NewCode) {
document.frmAnnounce.body.value+=NewCode
}

function openscriphtml()
{
if (navigator.appName!="Microsoft Internet Explorer")
   alert("此功能 Netscape 用户不能使用!")
else
   {newwin=window.open('html_editor.htm','','width=544,height=294');
    newwin.focus();
   }
}
function runEx(){
//alert('请注意,按下确定将生成页面,按下后请稍后....');
var winEx = window.open("", "winEx", "width=300,height=200,status=yes,menubar=yes,scrollbars=yes,resizable=yes"); winEx.document.open("text/html", "replace"); 
winEx.document.write(unescape(event.srcElement.parentElement.children[2].value)); 
winEx.document.close(); 
}
</SCRIPT>
<script language="Javascript">
<!-- hide

function insertsmilie(smilieface){

	document.frmAnnounce.body.value+=smilieface;
}
// -->
</script>
<title></title>
</head>
<body topmargin="4" leftmargin="0">
<%if mskrindex="ok" then%>
<table border="0" cellspacing="0" style="border-collapse: collapse" width="100%" cellpadding="0">
  <tr>
    <td width="100%" height="22"><font color="#FF0000">·</font>成功:生成(HTML)首页完成,<a target="_blank" href="<%=filename%>"><%=filename%></a></td>
  </tr>
</table>
<%else%>
<table border="0" cellspacing="1" style="border-collapse: collapse" width="100%" bgcolor="#E6E6E6">
<form name="frmAnnounce" method="post" action="makers.asp">
  <tr>
    <td width="100%" bgcolor="#BBAADD" height="26">
    <b><font color="#FFFFFF">&nbsp;生成首页&nbsp; 生成文件:<a class=JyDownSort target="_blank" href="<%=filename%>"><font color="#FFFFFF"><%=filename%></font></a>  
    ,模版文件:</font><font color="#FFFFFF">rs.asp</font></b></td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#FFFFFF" height="1"><textarea style="width:100%; height:1;" rows="1" name="body" cols="102"><!--#include file="rs.asp"--></textarea></td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#F7F7F7">
    <p align="center">        
    <input name="change" class=buttonface value="生成首页(HTML)" type='submit'></td> 
  </tr>
</form>
</table>
<%end if%>   
</body>    
</html>

⌨️ 快捷键说明

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