function hidePost(postUrl) { var label=document.getElementById("fullpost"); if(label!=null){ eA = document.createElement("a"); eA.setAttribute("href",postUrl); eA.setAttribute("title","Read More"); eA.appendChild(document.createTextNode("...Read More")); eB = document.createElement("p"); eB.setAttribute("id","read-more"); eB.appendChild(eA); label.parentNode.appendChild(eB); label.parentNode.removeChild(label);} } 小樹老師的教學日誌: [分享] 96年政府行政機關辦公日曆表

星期四, 11月 16, 2006

[分享] 96年政府行政機關辦公日曆表


沒有留言: