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

📄 f5.asp

📁 关于聊天系统的源代码 asp编程 未完整版
💻 ASP
字号:
<%
online=Application("onlinelist")
online=split(online," ")
Response.Write "<script language=javascript>parent.f6.document.open();"
Response.Write "var winbgcolor = parent.cbg();var winbgimage = parent.cbi();"
Response.Write "parent.f6.document.writeln(""<body bgcolor="" + winbgcolor + "" background="" + winbgimage + "" bgproperties=fixed >"");"
Response.Write "parent.f6.document.writeln(""<style type='text/css'>A:visited{TEXT-DECORATION: none;Color:#000000}A:active{TEXT-DECORATION: none;Color:#000000}A:hover{TEXT-DECORATION: underline;Color:#000000}A:link{text-decoration: none;Color:#000000}BODY{FONT-FAMILY: '宋体'; FONT-SIZE: 12px;}</style>"");"
Response.Write "msg='<a href=javascript:parent.seluser(\'大家\'); target=f2>大家</a><br>';parent.f6.document.writeln('当前在线( "&ubound(online)&" )人<br>');"
for i=lbound(online) to ubound(online)-1
Response.Write "msg=msg+'<a href=javascript:parent.seluser(\'"&online(i)&"\'); target=f2>"&online(i)&"</a><br>';"
next
Response.Write "parent.f6.document.writeln(msg);"
Response.Write "</script>"
%>

⌨️ 快捷键说明

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