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

📄 primsg_send.asp

📁 不是我做的一个留言板
💻 ASP
字号:
<%
bg_id=1
%>
<!--#include file="conn.asp" -->
<!--#include file="session.asp" -->
<!--#include file="../function/function.asp" -->
<center>
<head>
<SCRIPT src="../js/win_js.js"></SCRIPT>

</HEAD>
<center>
<SCRIPT>SL_open(735,420);</SCRIPT>
   <table border="0" cellpadding="0" width="99%" cellspacing="0" >
   	<tr> 
  	<td>

		<p></p>
<!--########## -->

<%
username=session_cookie_name
web_id="../language/"&l_id
web_id=web_id&"/USER_ADMIN.ASP"
call include(web_id)
        RESPONSE.WRITE "<table width=100% bgcolor='"&tr_bg_color&"' border=1 cellpadding=3 cellspacing=0>"
        RESPONSE.WRITE "<tbody><tr><td bgcolor='"&r_bg_color&"' align=center>"
        RESPONSE.WRITE L_PRIMSG_selectuser
        RESPONSE.WRITE "</td></tr><td width=100% bgColor='"&td_bg_color&"' align=center>"
        RESPONSE.WRITE "<table border=0 width=100% cellspacing=0 cellpadding=0><tr>"
send_sql="select * from [user] where g_id='"&session_cookie_gid&"'"
set rs=conn.execute(send_sql)
do while not rs.eof
 i=i+1
if i=7 then
cc="</tr><tr>"
i=0
else
cc=""
end if
%>
<td width="14%">
<a href="#" title="<img src='<%=rs("fice")%>' width='16' height='16'>
<%
  user_group_inof=CINT(rs("usergroup")) 
  f_id=1
  call user_group_f(user_group_inof,f_id)
response.write "("&user_group_inof&")"
%>" onClick="javascript:window.open('primsgsend.asp?id=<%=rs("username")%>','','width=395,height=220,left=300,top=200')">
     
<% 

  f_id=0
  call user_group_f(user_group_inof,f_id) 
%> 
‖<%=rs("username")%>‖</a><%=cc%>

    <%rs.movenext
 loop
			
rs.close
 set rs=nothing
%>
    

</td>
     </tr>
</table>
<SCRIPT>SL_close()</SCRIPT> 

⌨️ 快捷键说明

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