www.gusucode.com > 星云DJ舞曲 4.5a源码程序 > admin/admin_playlist.asp

    <!--#include file="checkadmin.inc"-->
<!--#include file="Conn.Asp"-->
<%CheckAdmin1%>
<%
filename="../bfq/js/data.js"
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>
<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 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>
<style>
td{font-size:9pt;line-height:140%} 
body{font-size:9pt;line-height:140%} 
a:link       { color: #0033CC; text-decoration: none }
a:visited    { color: #0033CC; text-decoration: none }
a:active     { color: #FF0000; text-decoration: none }
a:hover      { color: #000000; text-decoration: underline}
</style>
</head>
<body topmargin="1" leftmargin="1">
<%if mskrindex="ok" then%>
<table border="0" cellspacing="0" style="border-collapse: collapse" width="100%" cellpadding="0">
  <tr>
    <td width="100%"><font color="#FF0000">·</font>成功生成首页播放器列表js,时间<%=Now()%><br><font color="#FF0000">·</font><a target="_blank" href="<%=filename%>"><%=filename%></a></td>
  </tr>
</table>
<%else%>
<div align=center>
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="border" height="100%">
<form name="frmAnnounce" method="post" action="Admin_playlist.asp">
  <tr class="title">
   <td height="22" colspan="3" align="center"><strong>成功生成首页播放器列表js&nbsp; 生成文件:<a class=JyDownSort target="_blank" href="<%=filename%>"><%=filename%></strong></td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#FFFFFF" height="100%"><textarea style="width:100%; height:100%;" rows="19" name="body" cols="102">
START();
<%
set rs=conn.execute("SELECT * FROM MusicList where bfqlb=true order by DateAndTime and id desc")
if not Rs.eof then       
do while not rs.eof
ListenUrl=rs("ListenUrl")
LS_ID=rs("LS_ID")
set nrs=conn.execute("select ListenServerUrl from DJServer where LServerID="&LS_ID)
ListenServerUrl=nrs("ListenServerUrl")
source=ListenServerUrl+ListenUrl
nrs.close 
%>
data("<%=rs("musicname")%>","<%=source%>");
<%
rs.movenext        
loop       
else    
end if       
rs.close      
%>
END();
    </textarea></td>
  </tr>

  <tr>
    <td width="100%" class=tdbg>
    <p align="center">        
    <input name="change" class=buttonface value="成功生成首页播放器列表js" type='submit'> </td>
  </tr>
</form>
</table>
<%
end if
%>   
</body>    
</html>