W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
函數(shù)原型
/* 提醒對話框
* @string msg 提醒消息
* @number timeout 對話框定時關(guān)閉,單位秒
* @function callback 回調(diào)函數(shù)
* @string oktext 按鈕文字
* @string type 類型默認'alert',可用類型:'info','right','alert','message'
*/
function Alert(msg,timeout,callback,oktext,type)
{
if(!type) type='alert'
showDialog(msg, type, '提示信息', callback, 1,callback, '', oktext?oktext:'我知道了', '', timeout);
};
實例
Alert('操作失敗',5);
var msg='<dl style="margin:0">';
msg+=' <dt style="margin-bottom:10px;">沒有支持此文件的應(yīng)用,您可以</dt>';
msg+=' <dd style="margin-bottom:10px;">1. 打開 <a style="color:#08c" href="javascrip:;" onclick=_login.click("sys_market");hideMenu(\'fwin_dialog\', \'dialog\');return false">應(yīng)用庫</a> 選擇相關(guān)的應(yīng)用安裝</dd>';
msg+=' <dd style="margin-bottom:10px;">2. <a style="color:#08c" href="javascript:;" onclick="_ico.downAttach(\''+id+'\');hideMenu(\'fwin_dialog\', \'dialog\')">立即下載</a></dd>';
msg+='</dl>';
Alert(msg,0,null,null,'info');
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: