标签

2013年10月14日星期一

lab 10 ex

<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
     http-equiv="content-type">
  <title>lab26</title>
  <button onclick="build() ">Try it</button>
  <script>
 function build()


 {

 myImg = document.createElement("IMG")
 myImg.setAttribute("id","imageOne")
 myImg.setAttribute("src","http://airsnarf.shmoo.com/airsnarf.jpg")
 docBody= document.getElementsByTagName("body").item(0)
 docBody.appendChild(myImg)
 }
 window.load=build
 </script>
 </head>
 <body>
 <br>
 </body>
 </html>

没有评论:

发表评论