最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
用asp怎样编写文档搜索页面(1)
时间:2022-06-30 09:34:14 编辑:袖梨 来源:一聚教程网
PUBLIC "-//IETF//DTD HTML//EN">
TempString = navigator.appVersion
if (navigator.appName == "Microsoft Internet Explorer"){
// Check to see if browser is Microsoft
if (TempString.indexOf ("4.") >= 0){
// Check to see if it is IE 4
document.writeln('css" href="/iishelp/common/coua.css">');
}
else {
document.writeln('');
}
}
else if (navigator.appName == "Netscape") {
// Check to see if browser is Netscape
document.writeln('');
}
else
document.writeln('');
通过在查询表格中键入单词或短语,然后单击按钮执行查询,就可以在 Web 站点中搜索任意的单词或短语(例如,查询表格示例中的“执行查询”按钮)。本节将介绍以下主题:
- :显示如何通过插入逻辑和相近运算符执行更精确的查询。
- :帮助您查找包含与所给单词相似的单词的页。
相关文章
- linux一窜数字后面的逗号怎么去掉? 09-26
- linux重置密码提示与用户名相似该怎么解决? 09-26
- linux系统怎么挂载光驱? 09-26
- 分享20个 Unix/Linux 命令技巧 09-26
- Linux集群内SSH免密码访问的快速配置方法 09-26
- deepin怎么禁止自动锁屏? 09-26