js 向action 傳長參數

           

          function openWindowWithPost(url,name,keys,values)
          {
          var newWindow = window.open(url, name); 
          if (!newWindow) return false;
          var html = "";
          html 
          += "<html><head></head><body><form id='formid' method='post' action='" + url + "'>";
          if (keys && values && (keys.length == values.length))
          for (var i=0; i < keys.length; i++)
          {
          //alert(keys[i]+"="+values[i]);
          html += "<input type='hidden' name='" + keys[i] + "' value=\"" + values[i] + "\"/>";
          }

          html 
          += "</form><script type='text/javascript'>document.getElementById(\"formid\").submit()</script></body></html>";
          newWindow.document.write(html);
          return newWindow;
          }

          posted on 2008-12-16 15:49 deepbluesea 閱讀(675) 評論(0)  編輯  收藏 所屬分類: JS

          <2008年12月>
          30123456
          78910111213
          14151617181920
          21222324252627
          28293031123
          45678910

          導航

          統計

          公告

          MSN:zzlljj8833@hotmail.com lava:5832911

          常用鏈接

          留言簿(1)

          隨筆分類(9)

          隨筆檔案(18)

          文章分類(1)

          文章檔案(1)

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 滕州市| 榕江县| 云龙县| 湖北省| 东兰县| 集安市| 四会市| 和硕县| 翼城县| 周口市| 永胜县| 长治市| 鹰潭市| 定远县| 千阳县| 玛多县| 沙雅县| 东丽区| 峨山| 榕江县| 诸暨市| 延寿县| 海兴县| 英吉沙县| 荃湾区| 札达县| 德阳市| 湖口县| 哈巴河县| 黎平县| 舒兰市| 廉江市| 临猗县| 亳州市| 伊通| 北辰区| 抚顺县| 建德市| 南召县| 高台县| 张家口市|