<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> <script language="javascript1.2"> function Button1_onclick() //直接采用代码建立一个DIV { var newElement = document.createElement("div"); var newText = document.createTextNode("这是新建立 div 中的文字。"); document.body.appendChild(newElement); newElement.id = "newDiv"; newElement.className = "newDivClass"; newElement.setAttribute("name","newDivName"); newElement.style.width = "300px"; newElement.style.height = "200px"; newElement.style.margin = "0 auto"; newElement.style.border = "1px solid #DDD"; newElement.appendChild(newText); } </script> </head> <body onload="Button1_onclick()"> </body> </html>
详细解决方案
document.createElement(div)动态生成层步骤
热度:210 发布时间:2012-11-06 14:07:00.0
相关解决方案
- jquery中$(document).ready(function()是jquery开始要写的一句话,javaWeb项目中,这句话什么时候开始实施呢
- document.form1.submit() 揭示拒绝访问
- document.all的用法,该如何处理
- document.getElementById(。)对象不存在,该如何解决
- document.getElementById与lhgdialog.js冲突,导致JS异常
- document.writeln解决办法
- document.getElementById("input").checked;转换成Jquery,如何写
- 无刷新更换验证码图片"onclick="document.getElementById('ImgCode').src='./VerifyCode.aspx'"无效,该怎么处理
- 怎么自动执行<a href="document.html" target="parent">my document</a> 呢
- 讯息: 'document.form1.xclassid' 为空或不是对象
- 怎么根据字符串构造 document 对象
- asp.net做动态菜单出现document.all.item1.style.top=parseInt(document.all.item1.style.to),该怎么解决
- document.writeln解决方法
- document.write()不覆盖其它元素,该怎么解决
- Microsoft JScript 运行时异常: 'document.getElementById(.)' 为空或不是对象
- 问在线编辑WORD(SharePoint.Document),非正常退出WORD时(比如结束进程),第二次打开就显示已被用户锁定.请教如何解决
- 郁闷、难过啊一个关于JS跨页面访问的有关问题,'Parent.top_frame.document.all.T1 '为空或不是对象
- document.getElementById("TextBox")解决办法
- 服务控件 当按下回车时触发的有关问题 提示:"Microsoft JScript 运行时异常: 'document.all[.]' 为空或不是对象"
- document.GetElementById('PIDIn').select()对象不支持此属性或方法?该如何处理
- document.write(str);的有关问题
- 求javascript的保留代码: document.execCommand
- document.getElementById()里面能放参数吗?解决办法
- document.createElement("div")后怎么取他的属性
- ◆◇◆ 能否依据 html 字符串动态的创建 document 对象? ◆◇◆,该如何处理
- 怎么得到光标标在 Word.Document 中位置
- infopath 怎么获取sharepint document library中最大的file name
- document library里Create Excel模板资料
- 关于WebBrowser1.Document.getElementsByClassName,该怎么处理
- java.lang.IllegalArgumentException: Document base C:\Program Files\Ap解决方法