usergetqq.aspx

来自「本程序基于 asp.net 2.0 +sql server 2」· ASPX 代码 · 共 44 行

ASPX
44
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="userGetQQ.aspx.cs" Inherits="user_userGetQQ" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>后台管理</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>    <div class ="left"><!-- #include file ="user_left.htm" --></div>
    <div class ="center" style ="font-size:11pt; padding-top:50px">
      Ficq 是什么? 是一个类似于 QQ 的即时通讯工具,分为服务器端和客户端,意味着您可以在您的公司内部搭建属于自己的QQ系统,方便员工之间的即时沟通。<br />
        What is&nbsp; ficq?&nbsp; Ficq is a IM tools . Use Ficq&nbsp; you can build your
        IM server .<br />
        <br />
        Ficq 服务器的地址为10.8.8.88 ,下载Ficq在<a target ="_blank" href="http://10.8.8.88/soft/icq.exe">http://10.8.8.88/soft/icq.exe</a>,<br />
        <br />
        下载后执行icq.exe解压缩,然后执行Ficq.exe文件即可。<br />
        <br />
        选择 注册向导--使用已有号码,即可登录。<br /><br />
            <div id="yourFicq" runat ="server"> </div>
    <div id="getFicq" runat ="server" >
  
        <br />
    
        Ficq号码为系统随机生成<br />
        <br />
        为Ficq 设置登录密码:<asp:TextBox ID="tbFicqPass" runat="server" TextMode="Password"></asp:TextBox>&nbsp;
        密码不能为空,且应大于等于六位<br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp;
        <asp:Button ID="btnGetQQ" runat="server" OnClick="btnGetQQ_Click" Text="获取我的Ficq号码" Width="123px" /><br />
          </div> 
        <br />
    </div> 
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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