阅读以下说明,根据要求回答下面问题 [说明] 一、静态网页制作 某电子商务公司

题型:问答题

问题:

阅读以下说明,根据要求回答下面问题
[说明]
一、静态网页制作
某电子商务公司用ASP实现了一个用于手机销售信息查询的网页,主页文件名为index.html,其文档内容如下。
[index.html文档内容]
<html>
<head>
<title>易搜手机资讯广场</title>
</head>
<frameset cols="198,*" "border=0">
<frame name="side" src="side.html" scrolling="No">
<frameset rows="96,*" "border=0">
<frame name ="top" src="top.html" scrolling="No">
<frame name="main" src="main.asp" scrolling="Auto">
</frameset>
</frameset>
<body>
</body>
</html>
二、动态网页编程
下图是用户按品牌型号进行查询时的网页(main.asp)在IE浏览器上运行后的效果图。下表是手机信息数据库表结构。


手机销售信息查询主页

数据库字段说明表
字段名 类型 备注
Id 自动编号 记录编号
Brand 文本 手机品牌
Type 文本 手机型号
Price 货币 参考价格
Function 文本 功能描述
其中,Brand字段下共有两种数据,即moto、nokia,分别代表摩托罗拉、诺基亚。
[main.asp文档的内容]
<html>
<head>
<title>易搜手机资讯广场</title>
</head>
<body bgcolor="#ffffff" background="bg1.gif?4189350c" text="#000000">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<left>
<!-以下为实现按手机型号搜索功能的部分-->
<from name="form1"method="post"action="main search.asp">
<div align="left">
<table width="400" border="0">
<tr>
<td align="right" width="120">请输入<font color="ff0000">型号</font>关键字:
</td>
<td align="left" width="40">
<input name="Searchtxt" type="text" id="Searchtxt"></td>
<td colspan="2" align="left">

<input type="submit" name="Submit" value="搜索"></td>


</tr>
</table>
</div>
</form>
</left>
</table>
<!-以下为浏览手机信息部分功能>
<table>
<center>
<%dim searchtext searchtext=Request.Form("Mobel")
exec="select*from mod order by Type ASC"
set conn=server.createobject("adodb.connection")

dbpath=server.mappath("mod.mdb")


conn.open "PROVIDER=Microsoft.jet.OLEDB.4.0;date source="&dbpath"


set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,3
<!-省略关于分页功能的代码>
%>
<div align="right">
<table border="1"width="100%">
<tr>
<th width="20%"><font color="#996633" size="2">品牌</font></th>
<th width="20%"><font color="#996633" size="2">型号</font></th>
<th width="20%"><font color="#996633" size="2">参考价格</font></th>
<th width="40%"><font color="#996633" size="2">功能描述</font></th>
</tr>
</table><br>
<%do while NOT rs.EOF and rowcount>0%>
<div align="right">
<table border="1"width="100%">
<tr>
<td align="center" width="20%"><font size="2"><%=rs (Brand)
%></font></td>

<td align="center" width="20%"><a herf="<%"=rs("type")%>.asp"><fontsize="2"><%=rs("Type")%></font></a></td>


<td align="center" width="20%"><font size="2"><%=rs (Price)%></font></td>
<td align="center" width="40%"><font size="2"><%=rs (Function)%></font></td>
</tr>
</table>
</div>
<%rowcount=rowcount-1%>
<%rs.MoveNext’指向下一条%>
<%LOOP%>
<br>
<!--省略关于分页功能的代码>
</div></center></td></tr>
</table>
</body>
</html>

以下是实现手机销售信息查询的网页加入信息功能的部分代码,其网页显示效果类似下图,请将空缺处的代码填写完整。


手机销售信息查询主页


<!--以下为实现加入信息功能的部分-->
<form name="form1" method="post" action="main search.asp">
<td>
<div align="left">
<table width="404" border="0">
<tr>
<td align="right" width="121">
<font size="2">请选择品牌</font>
</td>
<td align="left" width="194" valign="bottom">
<p><______ size="1" name="D1">
<option ______ value="moto">摩托罗拉</option>
<option value="______">诺基亚</option>
<______>
</p>
</td>
<td align="left" width="69" valign="middle">
<p>
<input type="submit" value="提交" name="B1">
</p>
</td>
</tr>
</table></div></td>
</form>

考点:计算机软件水平考试中级电子商务设计师电子商务设计师下午卷
题型:问答题

按经验主体不同,可将批发商分为()等

A.全国批发商 

B.区域批发商 

C.独立批发商 

D.地方批发商 

E.连锁批发商

题型:问答题

对于管理人的报酬,高级人民法院认为有必要的,可以参照法律规定比例在()的浮动范围内制定符合当地实际情况的管理人报酬比例限制范围,并通过当地有影响的媒体公告,同时报最高人民法院批准。

A.10%

B.20%

C.30%

D.50%

题型:问答题

膨胀节的作用是吸收管道热胀而产生的膨胀余量,以防管道变形而损坏。

题型:问答题

公司除锅炉房、员工餐厅、饮食公司操作面外,其它部位一律不许私自动火。

题型:问答题

修饰酶性质的变化有()

A.修饰酶的稳定性得到提高

B.修饰酶的抗原性得到降低

C.修饰酶的半衰期得到延长

D.修饰酶的最适pH发生变化

E.修饰酶的动力学性质改变

更多题库