information.aspx

来自「这是用VB开发的小型查询书籍系统」· ASPX 代码 · 共 94 行

ASPX
94
字号
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="information.aspx.vb" Inherits="information" %>

<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[



function Button1_onclick() {


}

// ]]>
</script>
</head>
<body bgcolor="#ff9966">
    <form id="form1" runat="server">
    <div>
        <br />
        <table>
            <tr>
                <td colspan="2">
                    &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; 学生信息表</td>
            </tr>
            <tr>
                <td style="width: 280px; height: 21px">
                    姓名</td>
                <td style="width: 284px; height: 21px">
                    <input id="Text1" type="text" /></td>
            </tr>
            <tr>
                <td style="width: 280px; height: 26px">
                    学号</td>
                <td style="width: 284px; height: 26px">
                    <input id="Text2" type="text" /></td>
            </tr>
            <tr>
                <td style="width: 280px; height: 26px">
                    性别</td>
                <td style="width: 284px; height: 26px">
                    <asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal">
                        <asp:ListItem>男</asp:ListItem>
                        <asp:ListItem>女</asp:ListItem>
                    </asp:RadioButtonList></td>
            </tr>
            <tr>
                <td style="width: 280px; height: 26px">
                    民族</td>
                <td style="width: 284px; height: 26px"><input id="Text3" type="text" /></td>
            </tr>
        </table>
    
    </div>
        <input id="Button1" type="button" value="查看" onclick="return Button1_onclick()" />
        <br />
        <textarea id="TextArea1" cols="20" rows="2"></textarea><br />
        <br />
        <table style="width: 621px">
            <tr>
                <td style="width: 280px; height: 21px">
                    姓名</td>
                <td style="height: 21px">
                    <input id="Text4" type="text" /></td>
            </tr>
            <tr>
                <td style="width: 280px; height: 26px;">
                    学号</td>
                <td style="height: 26px">
                    <input id="Text5" type="text" /></td>
            </tr>
            <tr>
                <td style="width: 280px; height: 26px">
                    性别</td>
                <td style="height: 26px">
                    <input id="Text6" type="text" onclick="return Text5_onclick()" /></td>
            </tr>
            <tr>
                <td style="width: 280px; height: 26px">
                    民族</td>
                <td style="height: 26px">
                    <input id="Text7" type="text" /></td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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