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

📄 user.asp

📁 JavaScript_VBScript网页编程实例
💻 ASP
字号:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>图书管理信息系统v0</title>
</head>
<body bgcolor="#E1E7E0">
<table border="0" width="100%">
<tr>
<td width="100%" bgcolor="#EAEAF4">
<H1 CLASS="CT" align="center">图书管理信息系统<font size="2">v0.1</font></H1>
 <table border="0" width="100%">
<tr>
<td width="100%" align="center" bgcolor="#CECCC8"><font size="2">图书管理信息系统-&gt;一般用户</font></td>
</tr>
</table>
</td>
</tr>
</table>

<form name="frm1" method="POST" action="searchdb.asp">
 <table border="0" width="100%" height="174">
 <tr>
 <td width="100%" bgcolor="#DDDDFF" style="border: 1 solid #0000FF" height="60">
<fieldset>
<legend><font size="3"><em><strong>普通查询</strong></em></font></legend>
 <p><b>
<font size="3">
 我要在 <select size="1" name="selectdb">    
<option selected>所有数据库</option>    
<option>计算机类</option>    
<option>数学类</option>    
</select>中查询:    
<input type="radio" value="V1" checked name="R1">书名    
<input type="radio" name="R1" value="V2">书号    
<input type="radio" name="R1" value="V3">作者 为:<input type="text" name="T1" size="20">的图书</font></b></p> 
<p> </p> 
</fieldset> 
</td> 
</tr> 
<tr> 
<td width="100%" style="border: 1 solid #0000FF" height="61"> 
</td> 
</tr> 
<tr> 
<td width="100%" bgcolor="#DDDDFF" style="border: 1 solid #0000FF" height="102"> 
<fieldset> 
<legend><font size="3"><em><strong>高级查询</strong></em></font></legend> 
<p><b><font size="3">出版时间:在<input type="text" name="YGT" size="20">到<input type="text" name="YLT" size="20">之间</font></b></p> 
<p><b><font size="3">出版社为:<input type="text" name="PRESS" size="20"></font></b></p> 
<p> </p> 
</fieldset> 
</td> 
</tr> 
<tr> 
<td width="100%" height="41" align="center"> 
<input type="submit" value="提交查询" name="B1"><input type="reset" value="全部重写" name="B2"> 
</td> 
</tr> 
</table> 
</form> 
 
</body> 
</html> 

⌨️ 快捷键说明

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