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

📄 ad.asp

📁 用asp做的一个小的聊天程序
💻 ASP
字号:

<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body      {  font-size: 10.4pt }
td        {  font-size: 10.4pt }
-->
</style>
</head>

<body bgcolor="#00ced1"  style="margin:0"> 
<h1 align =center ><font color=#ff0099>醒目聊天室</font></h1>
<script language=javascript>
function window.onbeforeunload()
{
if (event.clientX>document.body.clientWidth && event.clientY<0||event.altKey)
	
  window.event.returnValue="确定要退出本页吗?";
 

}
</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="30">
  <tr align="center" valign="bottom"> 
    <td></td>
    </tr>
    <tr > 
     <td height="1"></td> 
    </tr>
    </table>
    </body>
    </html>
  

⌨️ 快捷键说明

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