6.htm

来自「这是一个基于WEB的树木分类专家系统asp源代码,对于初学者特别有帮助!」· HTM 代码 · 共 81 行

HTM
81
字号
<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>城市树木栽培与养护专家系统</title>
<base target="main">
<style type="text/css">
<!--
body {
	background-image: url(../image/&#20113;&#37324;&#38654;&#37324;.jpg);
}
-->
</style></head>

<body  link="#0000FF" vlink="#800080" alink="#FF0000">

<table border="1" width="100%" align="left" bordercolor="#C0C0C0" height="409" bordercolordark="#009933">
  <tr>
    <td width="100%" height="29"> <input  type="button" width="100" height="10" id="gaishu"  onclick="gaishuopen()" value="概述"></a></td>
  </tr>
  <tr>
    <td width="100%" height="29"> <input  type="button"  id="fenlei"  onclick="fenleiopen()" value="城市树木的分类"></a></td>
  </tr>

 <tr>
    <td width="100%" height="29"> <input  type="button"  id="fayu"  onclick="fayuopen()" value="城市树木的生长发育规律"></a></td>
  </tr>
 
  <tr>
    <td width="100%" height="10"> <input  type="button"  id="mmfz"  onclick="mmfzopen()" value="城市树木的苗木繁殖"></a></td>
  </tr>
  <tr>
    <td width="100%" height="29"> <input  type="button"  id="zz"  onclick="zzopen()" value="城市树木的栽植"></a></td>
  </tr>
 <tr>
    <td width="100%" height="29"> <input  type="button"  id="tfsgl"  onclick="tfsglopen()" value="城市树木的土肥水管理"></a></td>
  </tr>
  <tr>
    <td width="100%" height="29"> <input  type="button"  id="bcfz"  onclick="bcfzopen()" value="城市树木病虫防治"></a></td>
  </tr>
</table>
<script language="vbscript">
 sub gaishuopen()
	window.open "gaishu.html"
 end sub
sub fenleiopen()
              window.open "fenlei.html"
end sub
sub fayuopen()
	window.open "fayu.html","","height=510,width=550,status=false"
end sub
sub qgfyopen()
	window.open "qgfy.html","","height=510,width=550,status=false"
end sub
sub mmfzopen()
	window.open "mmfz.html","","height=510,width=550,status=false"
end sub
sub zzopen()
	window.open "zz.html","","height=510,width=550,status=false"
end sub
sub tfsglopen()
	window.open "tfsgl.html","","height=510,width=550,status=false"
end sub
sub zxxjopen()
	window.open "zxxj.html","","height=510,width=550,status=false"
end sub
sub zpglopen()
	window.open "zpgl.html","","height=510,width=550,status=false"
end sub
sub bcfzopen()
	window.open "bcfz.html","","height=710,width=750,status=false"
end sub

</script>

</body>

</html>

⌨️ 快捷键说明

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