📄 friendyou.asp
字号:
<%Response.Expires=0
Response.ExpiresAbsolute = Now() - 1
Response.AddHeader "Pragma","No-Cache"
Response.AddHeader "Cache-Control","Private"
Response.CacheControl = "No-Cache"
name=Request("name")%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>加为好友</title>
<style>
<!--
fieldset { font-size: 10pt }
-->
</style>
</head>
<body bgcolor="buttonface" style="border: 3px double buttonface">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="46%" id="AutoNumber1" height="62">
<tr>
<td width="100%" height="150">
<fieldset style="padding: 2; width:281; height:142">
<legend><img border="0" src="images/friend.gif">添加好友</legend>
消息发送者:<input readonly type="text" name="T1" size="12" value="<%=name%>" style="background-color: buttonface"><br>
<textarea readonly rows="6" name="S1" cols="36" style="border-style: ridge; border-width: 2; background-color: buttonface">聊友“<%=name%>”把你加为好友。
附加消息:
<%=Request("word")%></textarea></fieldset>
</td>
</tr>
<tr>
<td width="100%" align="right">
<script language="javascript">
if(opener.friendlist.indexOf(",<%=name%>,")!=-1 || opener.unfriendlist.indexOf(",<%=name%>,")!=-1)
{document.write("<input type=\"button\" disabled value=\"加为好友\" name=\"a1\" onclick=\"javascript:location.href='friendadd.asp?name=<%=name%>'\">");}
else
{document.write("<input type=\"button\" value=\"加为好友\" name=\"a1\" onclick=\"javascript:location.href='friendadd.asp?name=<%=name%>'\">");}
</script>
<input type="button" value="返回" name="a2" onclick="javascript:window.close();"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -