摘要: //********* 锁屏DIV *************************** function LockScreen(tag,title,width,height,url) { if (tag) //锁屏 { var lockdiv = document.getElementById("lockscreen"); if (lockd... 阅读全文
posted @ 2008-09-27 11:38 C# Coder 阅读(919) 评论(0) 推荐(0) 编辑