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

📄 fayan.htm

📁 asp的web在线聊天室源程序,程序实现了聊天室的许多功能,特别是刷新功能,做到了实时刷新(有人说话才刷,保持.zip
💻 HTM
字号:

<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<SCRIPT LANGUAGE="VBScript">
<!--
 top.gg.rows="*,0%" 
Sub Button1_OnClick
  Dim TheForm
Set TheForm =document.fy
 If trim(TheForm.speak.Value) =""then
     sssss = MsgBox("你还没有说话!!!!", vbOKOnly + vbExclamation, "警告")
     TheForm.speak.Focus 
     exit sub 
 end if    
  if  trim(TheForm.ren.Value) =""   then   
    sss = MsgBox("你对谁说话!!!!", vbOKOnly + vbExclamation, "警告")
     TheForm.ren.Focus
     exit sub  
  end if      
        Dim The
Set The =document.fy
 The.action="write.asp"
         The.target="hid" 
         The.Submit
         the.speak.value=""
         The.speak.Focus
End Sub
Sub bb(r)
Set TheForm = document.fy
  TheForm.speak.Focus
  TheForm.ren.Value=re
  
end sub
Sub Button2_OnClick
window.location="ss.asp"
end sub
sub aa()
if top.gg.rows="*,0%" then
    top.gg.rows="*,35%"
else
    top.gg.rows="*,0%" 
end if   
 Dim TheForm
Set TheForm =document.fy
 TheForm.action="oo.asp"
  TheForm.target="hid" 
    TheForm.Submit
end sub
sub clear()
  Dim TheForm
Set TheForm =document.fy
 TheForm.action="clear.asp"
  TheForm.target="hid" 
    TheForm.Submit
top.main.location="liaotian.asp"  
top.fp.location="fp.asp"   
end sub
-->
</SCRIPT>
</head>

<body bgcolor="#ffffcc" text="#006800">

<table border="0" width="102%" height="58" cellspacing="0" cellpadding="0">


<form method="post"  name="fy">
<tr>
    <td width="9%" height="30"><font face="楷体_GB2312"><b>对方:</b></font></td>
    <td width="98%" height="30"><input name="ren" size="8" readonly ><input type="checkbox" name="c1"  "SCRIPT LANGUAGE="VBScript" : OnClick='call aa()'"><font color="#FF0000" face="楷体_GB2312">分屏</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="blude" face="楷体_GB2312" "SCRIPT LANGUAGE="VBScript" : OnClick='call clear()'">清除屏幕</font></td>
  </tr>
  <tr>
    <td width="9%" height="16"><font face="楷体_GB2312"><b>说话:</b></font></td>
    <td width="98%" height="16"><input name="speak" size="63" maxlength="80" ><input type="button" value="发言" name="button1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
  </tr>
</table></FORM>
</body>

</html>

⌨️ 快捷键说明

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