1.                 
  2.               客户端巧妙应用“导航网页”编写程序 
  3.  
  4.  
  5.   巧妙应用多个不同的选项来列表,写出我们在页面挑选时让客户端能够选择出不同网页,并且很好的使"客户"扩大了对网页的利用空间,越多选项客户端就越多对客户端对空间选择范围就越多;从而很好的发挥了对网页的开发和种植;形成了有利的条件。客户总是随着产品越多就产生对产品的越多的选择。 
  6.  
  7.   <!DOCTYPE html PUBLIC "-//W3C//DTD  XHTML 1.0 Transitional//EN"  
  8.  
  9.  
  10.  
  11. ttp://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional-dtd">  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  <html xmlns="http://www.w3.org/1999/xhtml">        
  20.  
  21. !--pagechange.html-->  
  22.  
  23.       <html>  
  24.  
  25.       <head>  
  26.  
  27.       <meta http-equiv="content-Type" content="text/html; charset=GB2312">  
  28.  
  29.       <title>导航网页</title>  
  30.  
  31.       </head>  
  32.  
  33.       <!--定义客户端过程selectchange,响应列表元素onChange事件-->  
  34.  
  35.       <script LANGUAGE="vbscript">  
  36.  
  37.       '响应列表选项改变事件  
  38.  
  39.       Sub selectchange  
  40.  
  41.           forml.submit                      '提交表单  
  42.  
  43.       End sub  
  44.  
  45.       </script>  
  46.  
  47.       <body>  
  48.  
  49.       <form id="forml" name="forml" method="post" action="change.asp">  
  50.  
  51.         <table width="160" border="1" cellpadding="0" cellspacing="0">  
  52.  
  53.            <tr>  
  54.  
  55.                <td><widthwidth="160" height="23" ailgn="center"  
  56.  
  57.       <backgroundbackground="../../images/title_bg_show.gif"><b><font color="#003399">==网络导航==  
  58.  
  59.       </font></b></td>  
  60.  
  61.            </tr>  
  62.  
  63.            <tr>  
  64.  
  65.               <td><select name="select" onchange="selectchange">  
  66.  
  67.                     <option>---教育科研---</option>  
  68.  
  69.                     <option value="http://www.bjeeic.cn">北京教育考试院</option>  
  70.  
  71.                     <option value="http://www.bjeeic.org">北京教育考试指挥中心</option>  
  72.  
  73.                     <option value="http://www.pku.edu.cn">北京大学</option>  
  74.  
  75.                     <option value="http://www.tsinghua.cdu.cn">清华大学</option> 
  76.  
  77.  
  78.  
  79. <!--pagechange.html-->  
  80.  
  81.       <html>  
  82.  
  83.       <head>  
  84.  
  85.       <meta http-equiv="content-Type" content="text/html; charset=GB2312">  
  86.  
  87.       <title>导航网页</title>  
  88.  
  89.       </head>  
  90.  
  91.       <!--定义客户端过程selectchange,响应列表元素onChange事件-->  
  92.  
  93.       <script LANGUAGE="vbscript">  
  94.  
  95.       '响应列表选项改变事件  
  96.  
  97.       Sub selectchange  
  98.  
  99.           forml.submit                      '提交表单  
  100.  
  101.       End sub  
  102.  
  103.       </script>  
  104.  
  105.       <body>  
  106.  
  107.       <form id="forml" name="forml" method="post" action="change.asp">  
  108.  
  109.         <table width="160" border="1" cellpadding="0" cellspacing="0">  
  110.  
  111.            <tr>  
  112.  
  113.                <td><widthwidth="160" height="23" ailgn="center"  
  114.  
  115.       <backgroundbackground="../../images/title_bg_show.gif"><b><font color="#003399">==网络导航==  
  116.  
  117.       </font></b></td>  
  118.  
  119.            </tr>  
  120.  
  121.            <tr>  
  122.  
  123.               <td><select name="select" onchange="selectchange">  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                     <option>---软件下载---</option>  
  130.  
  131.                     <option value="http://dl.pconline.com/cn">华军软件园</option>  
  132.  
  133.                     <option value="http://www.newhua.com/">卓越软件下载</option>  
  134.  
  135.                     <option value="http://download.PChome.net/">PChome下载</option>  
  136.  
  137.  
  138.  
  139. <!--pagechange.html-->  
  140.  
  141.       <html>  
  142.  
  143.       <head>  
  144.  
  145.       <meta http-equiv="content-Type" content="text/html; charset=GB2312">  
  146.  
  147.       <title>导航网页</title>  
  148.  
  149.       </head>  
  150.  
  151.       <!--定义客户端过程selectchange,响应列表元素onChange事件-->  
  152.  
  153.       <script LANGUAGE="vbscript">  
  154.  
  155.       '响应列表选项改变事件  
  156.  
  157.       Sub selectchange  
  158.  
  159.           forml.submit                      '提交表单  
  160.  
  161.       End sub  
  162.  
  163.       </script>  
  164.  
  165.       <body>  
  166.  
  167.       <form id="forml" name="forml" method="post" action="change.asp">  
  168.  
  169.         <table width="160" border="1" cellpadding="0" cellspacing="0">  
  170.  
  171.            <tr>  
  172.  
  173.                <td><widthwidth="160" height="23" ailgn="center"  
  174.  
  175.       <backgroundbackground="../../images/title_bg_show.gif"><b><font color="#003399">==网络导航==  
  176.  
  177.       </font></b></td>  
  178.  
  179.            </tr>  
  180.  
  181.            <tr>  
  182.  
  183.               <td><select name="select" onchange="selectchange">  
  184.  
  185.       
  186.  
  187.                     <option>---其他网站---</option>  
  188.  
  189.                     <option value="http://www.sohu.com.cn/">搜狐</option>  
  190.  
  191.                     <option value="http://www.sina.com.cn/">新浪</option>  
  192.  
  193.                     <option value="http://www.163.com/">网易163</option>  
  194.  
  195.               </select></td>  
  196.  
  197.             </tr>  
  198.  
  199.          </table>  
  200.  
  201.        </form>  
  202.  
  203.        </body>  
  204.  
  205.  
  206.