Energy of Love  
          日歷
          <2009年8月>
          2627282930311
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345
          統計
          • 隨筆 - 70
          • 文章 - 0
          • 評論 - 80
          • 引用 - 0

          導航

          常用鏈接

          留言簿

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

           
          aa.htm是參數輸入界面
          bb.htm是參數接收處理界面
          aa.htm
          <html>
          <head>
          </head>
          <body>
          <script>
          function submit()
          {
          var input1 = document.getElementById("inputid");
          window.open("b.html?inputStr=" + input1.value);//傳入參數
          }
          </script>
          <input type = "text" id = "inputid">
          <input type = "button" onclick = "submit()" value = "提交">
          </body>
          </html>

          bb.htm:
          <html>
          <head>
          <script>
          //獲得參數的方法
          var request =
          {
          QueryString : function(val)
          {
          var uri = window.location.search;
          var re = new RegExp("" +val+ "=([^&?]*)", "ig");
          return ((uri.match(re))?(uri.match(re)[0].substr(val.length+1)):null);
          }
          }

          </script>

          </head>
          <body>
          <script>
          //調用方法獲得參數
          var rt = request.QueryString("inputStr");
          alert(rt);
          </script>
          </body>
          </html>
          posted on 2009-08-22 20:13 不高興 閱讀(835) 評論(0)  編輯  收藏 所屬分類: HTML/JS/CSS
           
          Copyright © 不高興 Powered by: 博客園 模板提供:滬江博客
          主站蜘蛛池模板: 阿克陶县| 于都县| 安宁市| 阿城市| 兴业县| 无锡市| 长武县| 舒兰市| 茶陵县| 科尔| 安达市| 桃江县| 紫阳县| 新宾| 黑山县| 美姑县| 尖扎县| 塔城市| 涞水县| 新干县| 阿拉善右旗| 军事| 韩城市| 盐亭县| 宁津县| 永安市| 浑源县| 蒲城县| 郑州市| 读书| 西畴县| 霍州市| 开阳县| 桦南县| 万源市| 临沧市| 呼玛县| 枣庄市| 始兴县| 松潘县| 高陵县|