Testingexample.js 文件内容:window.onload = function() { var testdiv = document.getElementById("testdiv"); testdiv.innerHTML="I inserted this content.";}另一段代码:window.onload = function() { var para = document.createElement("p"); var txt1 = document.createTextNode("I inse Read More
posted @ 2013-07-01 06:51 findumars Views(91916) Comments(0) Diggs(0)
Image Gallery Snapshots Choose an image.showPic.js文件内容:function showPic(whichpic) { if (!document.getElementById("placeholder")) return true; var source = whichpic.ge... Read More
posted @ 2013-07-01 06:43 findumars Views(1260) Comments(0) Diggs(0)
ExampleExample Read More
posted @ 2013-07-01 06:23 findumars Views(1492) Comments(0) Diggs(0)
Shopping list What to buy What to buy Don't forget to buy this stuff. This is just a test A tin of beans C... Read More
posted @ 2013-07-01 06:17 findumars Views(1898) Comments(0) Diggs(0)
Image Gallery Snapshots Fireworks Coffee Rose Big Ben Choose an image.showPic.js文件function showPic(whichpic) { var source = whichpic.getAttribute("href"); var placeholder = document.getElementById("placeholder"); placeholder.setA... Read More
posted @ 2013-07-01 06:05 findumars Views(685) Comments(0) Diggs(0)