<html>
          <body>
          <input type="button" language="jscript" onclick="donew();" value="new">
          <input type="button" language="jscript" onclick="doedit();" value="edit">
          <br>
          <label for="cns">connection string:</label><br>
          <textarea id="cns" cols="50" rows="5" wrap="soft">
          </textarea>
          </body>
          </html>
          <script language="jscript">
          /*====================================
              AUTHOR: Lux21
          ====================================*/

          var obj_dl;

          obj_dl = new ActiveXObject("datalinks");

          function donew()
          {
              var obj_cn;
             
              obj_cn = obj_dl.PromptNew();
              if (obj_cn != null)
              {
                  cns.innerText = obj_cn.ConnectionString;
              }
          }

          function doedit()
          {
              var obj_cn;
             
              obj_cn = new ActiveXObject("adodb.connection");
              obj_cn.ConnectionString = cns.innerText;
              if (obj_dl.PromptEdit(obj_cn))
              {
                  cns.innerText = obj_cn.ConnectionString;
              }
          }
          </script>

          posted on 2009-08-26 09:30 sanmao 閱讀(280) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           

          常用鏈接

          留言簿(5)

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 宁阳县| 四子王旗| 乌兰浩特市| 凤城市| 舒城县| 泰和县| 永寿县| 甘南县| 贵州省| 防城港市| 内丘县| 元阳县| 彩票| 新沂市| 台江县| 镇远县| 嘉峪关市| 抚宁县| 肥东县| 寻乌县| 郑州市| 随州市| 平顶山市| 中牟县| 东乡县| 桦南县| 河北区| 迁安市| 阿拉尔市| 石河子市| 双柏县| 鄱阳县| 喀喇沁旗| 个旧市| 平阳县| 甘德县| 平阴县| 凤冈县| 牟定县| 南皮县| 同江市|