search.html

来自「该网上论坛除了包含数据库之外,还有能够成功地进行信息上传及返回」· HTML 代码 · 共 47 行

HTML
47
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>搜索引擎</title>
<style type="text/css">
<!--
.STYLE1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}
.STYLE2 {color: #660033}
body {
	background-color: #99CC99;
}
-->
</style>
</head>

<body>
<form action="" method="post" name="form1" class="STYLE1" >
  <p class="STYLE2">综合搜索引擎</p>
  <p>
    <label>
    <select name="SearchSelect" size="1">
      <option selected="selected" value="http://www.google.com/search?h1=zh-CN&q=">google</option>
      <option value="http://page.zhongsou.com/zspage.cgi?dt=1&word=">中国搜索</option>
      <option value="http://e.pku.edu.cn/cgi-bin/allsearch?cdtype=GB&word=">北大天网</option>
      <option value="http://www.baidu.com/s?wd=">百度搜索</option>
      <option value="http://search.sina.com.cn/cgi-bin/search/search.cgi/_searchkey=">新浪网</option>
      <option value="http://nisearch163.com/search.;php?q=">网易搜索</option>
      <option value="http://www.tom.com/search.php?word=">TOM搜索</option>
      <option value="http://www.sohu.com/web?query=">搜狐</option>
      <option value="http://search.21cn.com/result.php?word=">21CN搜索</option>
    </select>
    </label>
    <label>
    <input name="SearchText" type="text" size="15" />
    </label>
    <label>
    <input type="button" name="Submit" value="搜索" onclick="window.open(SearchSelect.value+SearchText.value)"/>
    </label>
  </p>
</form>
</body>
</html>

⌨️ 快捷键说明

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