摘要:
修改说明:
1、主要是重写了“移动伪窗口”代码,修改为通用类,文件为http://www.xkb123.com/scripts/mobileWindow.js
2、以后凡是需要用到漂浮窗口,只要页面引用一次JS,均可以通过如下方法使之移动:
var onlineQQ=new LeesMobileWindow("dlgwnd",5,5,20,1)
onlineQQ.showWindow();
function closewindow()//关闭
{
onlineQQ.closeWindow();
}
3、“窗口”及其样式需要自己定义
——如“在线客服”的样式定义在
http://www.xkb123.com/styles/blue/dialogwindow.css
内容定义及“窗口”启动在
http://www.xkb123.com/scripts/dialogwindow.js
——如“新消息通知”的内容定义及打开在
http://www.xkb123.com/scripts/checkNewMessage.js
阅读全文