首页 > 其他 > 网站日记>正文

js代码片段--动态添加一个input元素

提示: 阅读权限:公开  
 function gotonext(e){
                                  var tempInput = document.createElement("input");
                                    tempInput.type = "hidden";
                                    tempInput.name = "luosimao_response";
                                    tempInput.value = e;
                                    document.ChRegForm.appendChild(tempInput);
                                 //document.getElementById("gotonext").style.display="inline";
                                 document.ChRegForm.submit();
                              }

动态添加,js,input元素

上一篇:帝国cms利用动态页面模板制作动态页面

下一篇:螺丝帽的php端验证验证码

tags: js 代码 片段 动态 添加 input 元素

返回首页

相关

热门

站内直通车

[!--temp.bottomnav--]
返回顶部