您的位置:首页网页设计PHP实例 → 采用行写方式的聊天程序(之三)

采用行写方式的聊天程序(之三)

时间:2004/11/7 3:22:00来源:本站整理作者:蓝点我要评论(0)

ltsayno.php

该程序为系统的核心,处理所关联的所有函数信息







发言区




body{background:59ACFF;color:black}

body{font-size:9pt;line-height:160%}

table{font-size:10.5pt}

input{font-size:9pt}

A{color:black;text-decoration:none}

A:Hover{text-decoration:underline}

" _ue_custom_node_="true">





//大家的信息

function dj(){

document.forms[0].towho.options[0].value="大家";

document.forms[0].towho.options[0].text="大家";

document.forms[0].saystemp.focus();

}



//动作,把该动作的信息添加到发言板中

function rc(list){

if (list!="0"){

document.forms[0].saystemp.value=list;

document.forms[0].saystemp.focus();

}

}





function backsays() {

document.forms[0].saystemp.value=document.forms[0].oldsays.value;

document.forms[0].saystemp.focus();

return true;

}





function checksays(){

if(document.fyq.saystemp.value==""){

alert("请输入发言。");

document.fyq.saystemp.focus();

return false;

}

if(document.fyq.saystemp.value==document.fyq.oldsays.value){

alert("内容不可重复。");

document.fyq.saystemp.focus();

document.fyq.saystemp.select();

return false;

}

document.fyq.oldsays.value=document.fyq.saystemp.value;

document.fyq.saystemp.value="";

document.fyq.saystemp.focus();

document.fyq.send.disabled=1;

setTimeout("document.fyq.send.disabled=0",30);

return true;

}



function cls(){

parent.f1.location.href="about:blank";

setTimeout("write(1)",500);

}



function write(cls){

var ffsize;

var lheight;

if (cls==1){

ffsize=parent.f2.document.fyq.fontsize.value;

lheight=parent.f2.document.fyq.lineheight.value;

}else{

ffsize='10.5';

lheight='145';

}

parent.f1.document.open();

parent.f1.document.writeln("对话区");

parent.f1.document.writeln("");

parent.f1.document.writeln(".t{color:FF00FF;font-size:9pt;}");

parent.f1.document.writeln("body{font-family:"宋体";font-size:"+ffsize+"pt;line-height:" + lheight + "%;}A{text-decoration:none}A:Hover{text-decoration:underline}A:visited{color:blue}");

parent.f1.document.writeln("");

parent.f1.document.writeln("var autoScrollOn=1;");

parent.f1.document.writeln("var scrollOnFunction;var scrollOffFunction;");

parent.f1.document.writeln("function scrollit()");

parent.f1.document.writeln("{if(!parent.f2.document.fyq.as.checked)");

parent.f1.document.writeln("{autoScrollOn=0;return true;}else{autoScrollOn=1;StartUp();return true;}}");

parent.f1.document.writeln(" function scrollWindow()");

parent.f1.document.writeln("{if(autoScrollOn==1)");

parent.f1.document.writeln("{this.scroll(0,65000);setTimeout('scrollWindow()',200);}}");

parent.f1.document.writeln("function scrollOn(){autoScrollOn=1;scrollWindow();}");

parent.f1.document.writeln("function scrollOff(){autoScrollOn=0;}");

parent.f1.document.writeln("function StartUp()");

parent.f1.document.writeln("{parent.onblur=scrollOnFunction;");

parent.f1.document.writeln("parent.onfocus=scrollOffFunction;scrollWindow();}");

parent.f1.document.writeln("scrollOnFunction=new Function('scrollOn()');");

parent.f1.document.writeln("scrollOffFunction=new Function('scrollOff()');");

parent.f1.document.writeln("StartUp();" _ue_custom_node_="true">

相关阅读 Windows错误代码大全 Windows错误代码查询激活windows有什么用Mac QQ和Windows QQ聊天记录怎么合并 Mac QQ和Windows QQ聊天记录Windows 10自动更新怎么关闭 如何关闭Windows 10自动更新windows 10 rs4快速预览版17017下载错误问题Win10秋季创意者更新16291更新了什么 win10 16291更新内容windows10秋季创意者更新时间 windows10秋季创意者更新内容kb3150513补丁更新了什么 Windows 10补丁kb3150513是什么

文章评论
发表评论

热门文章 没有查询到任何记录。

最新文章 我的php文件怎么打开_php运算符怎么写 php 如何生成静态页面的函数PHP生成图片缩略图PHP session常见问题集锦及解决办法PHP实现同步远程Mysql

人气排行 DEDE在文章列表文章没有缩略图的不显示图片php+mysq修改用户密码我的php文件怎么打开_如何打开php文件的办法FCKeditor的配置和使用方法使用dedecms建站教程PHP+Ajax实现分页技术图片存储与浏览一例Linux+Apache+PHP+MySQLPHP生成图片缩略图