皮皮学,免费搜题
登录
搜题
【简答题】
认真阅读以下关于静态网页制作和动态网页编程的技术说明,根据要求回答问题1~问题6。 【说明】 一、静态网页制作 某电子商务公司用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> 二、动态网页编程 图6-9是用户按品牌型号进行查询时的网页(main.asp)在IE浏览器上运行后的效果图。表6-9是手机信息数据库表结构。 其中,Brand字段下共有两种数据:moto、nokia,分别代表摩托罗拉、诺基亚。 【main.asp文档的内容】 <html> <head> <title>易搜手机资讯广场</title> </head> <body bgcolor='ffffff' background='bg1.gif' 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;data 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'>参考价格</fonr></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'><
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】()不是邮件服务器使用的协议。
A.
SMTP协议
B.
MIME协议
C.
POP协议
D.
FTP协议
【单选题】能够促进疾病或病理过程发生的因素为:( )
A.
疾病的原因
B.
疾病的条件
C.
疾病的内因
D.
疾病的诱因
E.
以上都是
【单选题】下列不是邮件服务器使用的协议。
A.
SMTP协议
B.
MIME协议
C.
POP3协议
D.
FTP协议
【单选题】Where is ______________? [     ]
A.
Xi An
B.
Xi'an
C.
Xian
D.
XiAn
【单选题】能够促进疾病或病理过程发生的因素为
A.
疾病的病因
B.
疾病的内因
C.
疾病的外因
D.
疾病的诱因
E.
疾病的转归
【单选题】邮件服务器不使用的协议是( )。
A.
SMTP协议
B.
MIME协议
C.
POP协议
D.
fTP嫌议
【单选题】如要在智能ABC中输入“西安”,应输入()。
A.
xian
B.
xi'an
C.
xi'an
D.
xi;an
【单选题】能够促进疾病或病理过程发生的因素为
A.
疾病的原因
B.
疾病的条件
C.
疾病的内因
D.
疾病的诱因
E.
危险因素
【单选题】能够促进疾病或病理过程发生的因素为
A.
疾病的原因
B.
疾病的内因
C.
疾病的外因
D.
疾病的诱因
E.
疾病的转归
【单选题】能够促进疾病或病理过程发生的因素为
A.
疾病的原因
B.
疾病的条件
C.
疾病的内因
D.
疾病的诱因
E.
疾病的外因
相关题目: