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

📄 reload.asp

📁 一个用vb开发的比较好的聊天系统
💻 ASP
字号:
<!--#include file="usercheck.asp"-->
<%c_info=application("c_info"&session("room_id"))
  for i=0 to 239 step 5
    if c_info(i+4)<>"" then 
       if c_info(i)>=session("LoginTime") then
        if c_info(i+3)<>UserName then
           if c_info(i+1)=1 then
              if c_info(i+2)=UserName then
               response.write "<script>parent.my.document.writeln("""&c_info(i+4)&"<br>"");</script>"
              end if
           else
              if c_info(i+2)=UserName then
               response.write "<script>parent.my.document.writeln("""&c_info(i+4)&"<br>"");</script>"
              else
               response.write "<script>parent.pub.document.writeln("""&c_info(i+4)&"<br>"");</script>"
              end if
            end if
         end if
       end if  
    end if
  next
              
  session("LoginTime")=now()    
%> 
<script language="javascript">  
function userfresh(){
setTimeout("document.location.reload();",5000);
}
userfresh(); 
</script>

⌨️ 快捷键说明

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