正在加载图片...
電子工業出版社 JEUISHING HOUSE DF ELECTRONCS INDSTR <metahttp-equiv=content-typecontent=text/html:charset=gb2312> < title>基础模块“添加记录”之“输入数据”< title〉 <body bgcolor=#COCCO"> Form me thod="POSt action="add record. asp> font face="华文行楷"size="6>输入数据</font></hl <h3>请输入要添加的记录数据:</h3 用户名:&nbsp;< Input type="text"name=" txtUserName"size="20" 2b4: &nbsp; &nbsp; &nbsp; <input type="password" name="txtPassword size="20"> <p> 电子邮箱:< input type="text"name=" txtEmail"size="20" </p> EBiE: &nbsp; &nbsp: &nbsp: <input type="text" name="txt Phone"size=20"> p>简历:</p <textarea rows="4" name="txtResume" cols=30>/textarea> </p> p input type=" submit" value="添加记录"〉< input type=" reset" value="全部重 填" </form> </body〉 /html> Add record.asp程序流程如下图15.9所示:<head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>基础模块“添加记录”之“输入数据”</title> </head> <body bgcolor="#C0C0C0"> <form method="POST" action="add_record.asp"> <p> <font face="华文行楷" size="6">输入数据</font></h1> </p> <h3>请输入要添加的记录数据:</h3> <p> 用户名:&nbsp; <input type="text" name="txtUserName" size="20"> </p> <p> 密码:&nbsp;&nbsp;&nbsp; <input type="password" name="txtPassword" size="20"> </p> <p> 电子邮箱:<input type="text" name="txtEmail" size="20"> </p> <p> 电话:&nbsp;&nbsp;&nbsp; <input type="text" name="txtPhone" size="20"> </p> <p>简历:</p> <p> <textarea rows="4" name="txtResume" cols="30"></textarea> </p> <p> <input type="submit" value="添加记录" ><input type="reset" value="全部重 填"> </p> </form> </body> </html> Add_record.asp 程序流程如下图 15.9 所示:
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有