無標題頁
var x = me.left;
var y = 0;
var width = me.width;
var height = 0;
if(me.offset>0)
y = me.bottom - height;
if(y>=me.bottom) else
me.pop.show(x,y,width,height);
}
} this.timer = window.setinterval(fun,this.speed)
} }
/**//*
* 訊息解除安裝事件,可以重寫
*/ class_msn_message.prototype.onunload = function()
/**//*
* 訊息命令事件,要實現自己的連線,請重寫它
* */
class_msn_message.prototype.oncommand = function()
/**//*
* 訊息顯示方法
*/ class_msn_message.prototype.show = function()
opopup.document.body.onmouseout = function()
var fun = function() else
y = me.bottom - me.offset;
if(y<=me.top)
} } else
me.pop.show(x,y,width,height);
this.timer = window.setinterval(fun,this.speed)
var btclose = opopup.document.getelementbyid("btsysclose");
btclose.onclick = function()
var btcommand = opopup.document.getelementbyid("btcommand");
btcommand.onclick = function()
var ommand = opopup.document.getelementbyid("ommand");
ommand.onclick = function()
} /**//*
** 設定速度方法
**/
class_msn_message.prototype.speed = function(s) catch(e){}
this.speed = t;
} /**//*
** 設定步長方法
**/
class_msn_message.prototype.step = function(s) catch(e){}
this.step = t;
} class_msn_message.prototype.rect = function(left,right,top,bottom) catch(e){} }
彈出提示框,對話方塊
還在繼續jeecg 所以彈出的對話方塊是lhgdialog 在對話方塊1中有乙個按鈕,點選它希望能再跳出乙個dialog對話方塊 在點選的方法裡寫到 zindex控制在幾層 意思就是 如果不寫,在lhgdialog中,新彈出的對話方塊2就不能出現在對話方塊1的前面,只有對話方塊1關閉或移走才能發現對...
ajax中彈出提示框
彈出提示框的幾種基本方式 response.write page.clientscript.registerstartupscript this.gettype test page.registerstartupscript test 在ajax中上述方式將失效,解決辦法如下 scriptmanag...
自定義彈出提示框
把confirm提示框的 確定 和 取消 按鈕,修改一下文字,並進行相應的按鈕事件。生成html var generatehtml function type,title,msg html 必須先將 html新增到body,再設定css樣式 生成css var generatecss functio...