採用行寫方式的聊天程式(之三)

來源:互聯網
上載者:User
關鍵字 採用行寫方式的聊天程式(之三)
ltsayno.php
該程式為系統的核心,處理所關聯的所有函數資訊




發言區


");
parent.f1.document.writeln("");
parent.f1.document.writeln("歡迎光臨PHP無重新整理功能聊天室!");
parent.tforlt4.location.href="lt4.php";
document.fyq.saystemp.focus();
}


function sw(list){
document.fyq.towho.options[0].value=list;
document.fyq.towho.options[0].text=list;
document.fyq.saystemp.focus();
}

function sw11(username){
 var usna;
 usna=username.substring(1,username.length-1);
 document.fyq.towho.options[0].value=usna;
 document.fyq.towho.options[0].text=usna;
 document.fyq.saystemp.focus();
 return;
}

function w(un,sa,tn,dt){
 var show;
 show="【"+tn+" 發言】";
 show=show+"" + un + ":" + sa + ""
 show=show + " (" + dt + ")
";
 parent.f1.document.writeln(show);
}

function nw(zt,un,tw,sa){
  parent.f2.document.fyq.addsign.options[0].selected=true;
  var show="";
 var sw_un=un.indexOf(">");
 var yun=un.substring(sw_un+1,un.length-7);
 var name_self="";
 if (zt==0){
   if (name_self!=un && name_self!=tw){
    show="" + un + "對"+"" + tw + "說:"+sa+"
";
    parent.f1.document.writeln(show);
   }else{
    if(name_self==un){
      show="〖"+un+"〗對";
      show=show+"" + tw + "說:" + sa + "
";
      parent.f1.document.writeln(show);
    }else{
       show="" + un + "對";
       show=show+"〖"+tw+"〗說:" + sa + "
";
       parent.f1.document.writeln(show);
       }
    }
  }
}

function change_color(){
  var change_color=document.fyq.sayscolor.options[document.fyq.sayscolor.selectedIndex].value;
  document.fyq.saystemp.style.color=change_color;
  document.fyq.saystemp.focus();
}



  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.