javascript实现仿新浪信息提示效果
|
日期:2006年12月16日 作者: 查看:[大字体
中字体 小字体]
|
title.style.color="white"; title.style.cursor="pointer"; title.innerHTML="关闭"; title.onclick=function(){ document.body.removeChild(bgObj); document.getElementById("msgDiv").removeChild(title); document.body.removeChild(msgObj); } document.body.appendChild(msgObj); document.getElementById("msgDiv").appendChild(title); var txt=document.createElement("p"); txt.style.margin="1em 0" txt.setAttribute("id","msgTxt"); txt.innerHTML=str; document.getElementById("msgDiv").appendChild(txt); } </script> </body> </html> (出处:清风网络学院)
上一篇:用C#实现智能设备上的NotifyIcon类
下一篇:QQ空间里显示个性内容的各种必用代码
|
| javascript实现仿新浪信息提示效果 相关文章: |
|
|
|
| javascript实现仿新浪信息提示效果 相关软件: |
|
|
|