📄 musictof.asp
字号:
<html>
<head>
<title>点歌给好友</title>
<NOSCRIPT><IFRAME SRC="*.html"></IFRAME></NOSCRIPT>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin: 0px;
padding: 0px;
border: thin dashed #525152;
}
table {
font-size: 12px;
margin: 0px;
padding: 0px;
color: #f76918;
}
form {
margin: 0px;
}
.input {
color: #f76918;
background-color: #393839;
font-size: 12px;
border-top: 1px groove #5a5552;
border-right: 1px groove #8c8e8c;
border-bottom: 1px groove #8c8e8c;
border-left: 1px groove #5a5552;
}
.button {
background-color: #737173;
color: #C6c7c6;
border-top: 1px double #ADAEAD;
border-right: 1px double #424142;
border-bottom: 1px double #424142;
border-left: 1px double #ADAEAD;
margin-right: 0px;
margin-bottom: 0px;
font-size: 12px;
cursor: hand;
}
-->
</style>
<script>
function musicsubmit(){
if((music.recvnmb.value!="")&&(music.saytext.value!="")){
music.saytext.value="你的朋友<%=session("name")%>"+"为你点了一首"+music.musicinfo.value+"并祝你:"+music.saytext.value+"[mu]"+music.musicurl.value+"[/mu]";
}else{
return false;
}
}
</script>
</head>
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false" onUnload="document.location.href='exit.asp'" onkeydown='if(event.ctrlKey)return false;'>
<form action="senddate.asp" method="post" name="music" id="music" onSubmit="musicsubmit()">
<table width="275" height="142" border="0" cellpadding="0" cellspacing="1" bordercolor="#D4D0C8" background="image/music/skin-1-1.gif">
<tr>
<td height="16" colspan="2"> </td>
</tr>
<tr align="center">
<td height="16" colspan="2"><input name="musicurl" type="hidden" id="musicurl" value="E:\sxl.mp3">
<input name="musicinfo" type="hidden" id="musicinfo" value="《伤心泪》">
你要发送的歌曲是《伤心泪》</td>
</tr>
<tr>
<td width="60" height="16" align="right">接收者</td>
<td width="212"><input name="recvnmb" type="text" class="input" id="recvnmb" onMouseOver="this.value=''" value="接收者的号码" size="15"></td>
</tr>
<tr>
<td height="57" align="right" valign="top">祝福语</td>
<td height="57" valign="top"><textarea name="saytext" cols="30" rows="3" class="input" id="saytext" onMouseOver="this.value=''">你的祝福语</textarea></td>
</tr>
<tr valign="top">
<td height="31" colspan="2" align="center"><input type="button" class="button" value="取消" onClick="window.close()">
<input name="Submit2" type="submit" class="button" value="送歌"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -