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

📄 hostmeeting.aspx

📁 Web Conferencing system allow you to conduct the web conference around the globe. The system allow t
💻 ASPX
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="HostMeeting.aspx.vb" Inherits="HostMeeting"%>

<!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>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table align="center" style="width: 696px; height: 536px" border="1">
            <tr>
                
        <td colspan="3" style="height: 3px" align="center"> 
            <asp:Image ID="Image1" runat="server" ImageAlign="Middle" ImageUrl="~/images/global_mrec_logo.gif" /></td>
            </tr>
            <tr>
                <td colspan="3" rowspan="1" style="background-color: #0099ff">
                </td>
            </tr>
            <tr>
                <td colspan="3" rowspan="2" style="height: 279px" align="center">
                    <asp:Login ID="Login1" runat="server" BackColor="LightBlue" BorderColor="#CCCC99"
                        BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="10pt" TitleText="Log In To Host Meeting"
                        Width="360px">
                        <TitleTextStyle BackColor="#6B696B" Font-Bold="True" Font-Names="Verdana" Font-Size="8pt"
                            ForeColor="White" />
                        <TextBoxStyle Font-Names="Verdana" Font-Size="8pt" Width="120px" />
                    </asp:Login>
                </td>
            </tr>
            <tr>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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