摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>弹出提示小窗口示例</title> <st 阅读全文
posted @ 2017-04-11 19:01 Ambtin 阅读(158) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2017-04-11 18:06 Ambtin 阅读(907) 评论(0) 推荐(0) 编辑
摘要: var newMessageRemind={_step: 0,_title: document.title,_timer: null,//显示新消息提示show:function(){var temps = newMessageRemind._title.replace("【 】", "").rep 阅读全文
posted @ 2017-04-11 18:01 Ambtin 阅读(4044) 评论(0) 推荐(0) 编辑
摘要: //获取弹框 <script> function tips_pop(){ var MsgPop=document.getElementById("winpop"); var popH=parseInt(MsgPop.style.height); if (popH==0){ MsgPop.style. 阅读全文
posted @ 2017-04-11 17:59 Ambtin 阅读(1508) 评论(0) 推荐(0) 编辑