账号通
    

账号  

密码  

2183

查看

7

回复
主题:[讨论]关于动态添加内容的实现 [收藏主题] 转到:  
chuangsjh 当前离线

137

主题

1

广播

0

粉丝
添加关注
级别:一年级

用户积分:987 分
登录次数:184 次
注册时间:2006/8/18
最后登录:2015/5/4
chuangsjh 发表于:2011/8/16 21:35:10   | 显示全部帖子 查看该作者主题 楼主 
做在线知识付费 选科汛云开店

目前有需要 需要实现动态添加行(或含表格的行)  经过思考如下问题:

1.可以增加行 但是不知道怎么去添加到cms的数据库

2.如果不添加到数据库 可否提交到后台 的内容输入框!

代码如下:

<html>

    <head>

        <meta http-equiv="Content-Type" content="text/html; charset=gb2312">

        <title>添加</title>

    </head>

    <script>

        function addRow(obj)

        {

        //添加一行

        var newTr = testTbl.insertRow();

        //添加两列

        var newTd0 = newTr.insertCell();

        var newTd1 = newTr.insertCell();

        //设置列内容和属性

        newTd0.innerHTML = '<input type=checkbox id="box4">';

  newTd0.innerHTML = '<input type=checkbox id="box4">';

        newTd1.innerText= '新添加的;

        }

    </script>

    <body>

        <table id="testTbl" border=1>

            <tr id="tr1">

                <td width="20" ><input type=checkbox id="box1"></td>

                <td width="123" id="b">第一行</td>

                <td width="123" id="b">&nbsp;</td>

                <td width="248" id="b">&nbsp;</td>

                <td width="248" id="b">&nbsp;</td>

            </tr>

            <tr id="tr2">

                <td ><input type=checkbox id="box2"></td>

                <td colspan="4" id="b">第二行</td>

            </tr>

            <tr id="tr3">

                <td ><input type=checkbox id="box3"></td>

                <td colspan="4">第三行</td>

            </tr>

        </table>        

        <br />

        <input type="button" id="add" value="Add Row" />

    </body>

</html>

 
  支持(1) | 反对(1) 回到顶部顶端 回到底部底部
chuangsjh 当前离线

137

主题

1

广播

0

粉丝
添加关注
级别:一年级

用户积分:987 分
登录次数:184 次
注册时间:2006/8/18
最后登录:2015/5/4
chuangsjh 发表于:2011/8/17 9:37:21   | 显示全部帖子 查看该作者主题 沙发 
谢谢了 回头研究一下
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.10938秒 powered by KesionCMS 9.0