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
Image Gallery Snapshots Choose an image.showPic.js文件内容:function showPic(whichpic) { if (!document.getElementById("placeholder")) return true; var source = whichpic.ge... Read More
ExampleExample Read More
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
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