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

📄 joinmeeting.aspx.vb

📁 Web Conferencing system allow you to conduct the web conference around the globe. The system allow t
💻 VB
字号:

Partial Class JoinMeeting
    Inherits System.Web.UI.Page

    Protected Sub Login2_Authenticate(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.AuthenticateEventArgs) Handles Login2.Authenticate
        If Login2.Password = "" Then
        Else
            Response.Redirect("http://192.168.1.149/?join=" & Login2.Password)
        End If
    End Sub

End Class

⌨️ 快捷键说明

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