點選彈出框

2022-05-08 14:12:09 字數 1097 閱讀 4043

function

box_show_main(id, btn, e, on) );

}box_show_main.prototype =

else

; },

start:

function

(on) ;

if(on)

};return

this

; },

animate:

function

(obj, json)

obj.timer = setinterval(function

() obj.style[attr] = icur + ispeed + 'px';

};if (opac && x <= 80)

if(stop) ;

var clo = _this.obj.getelementsbytagname("a");

for (var i = 0; i < clo.length; i++)

};clo.onclick = function

() ;

document.onkeyup = function

(event)

};};

},20)

},position:

function

(obj) ,

end:

function

() ,

move:

function

() }

function

box_show2(e,id)

/*不支援ie6

*//*

彈窗id和style屬性中禁止寫入樣式

*//*

關閉按鈕樣式一律為clo,且乙個彈窗只能對應乙個

*//*

呼叫方法必須為box_show(event,id)格式,其中id為彈出層id

*/

每次點選都會生成乙個例項.

由於業務需要已經放棄ie6了,實測點選200多下並沒有對瀏覽器有什麼明顯的負擔.

而且每次乙個例項似乎更好理解,就用這個了..

彈出框型別

alert 彈出個提示框 確定 window.alert引數,只有乙個,顯示警告框的資訊 無返回值.confirm 彈出個確認框 確定,取消 prompt 彈出個輸入框 讓你輸入東西 window.prompt引數,有兩個,第乙個引數,顯示提示輸入框的資訊.第二個引數,用於顯示輸入框的預設值.返回,...

類似msn可以彈出提示框,同時可以點選連線

無標題頁 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.tim...

jsp頁面點選彈出iframe彈框,並傳值到後台

首先在jsp頁面按鈕繫結乙個函式如下 function openwindow id,enddate supervisesum delayopenwindow?id id endtime enddate,no iframe的url,no代表不顯示滾動條,這個路徑跳到後台獲取值,然後跳 到iframe彈...