Alert 對話框

2018-02-07 14:53 更新
  • 函數(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.&nbsp;打開&nbsp;<a style="color:#08c" href="javascrip:;" onclick=_login.click("sys_market");hideMenu(\'fwin_dialog\', \'dialog\');return false">應(yīng)用庫</a> &nbsp;選擇相關(guān)的應(yīng)用安裝</dd>';

msg+=' <dd  style="margin-bottom:10px;">2.&nbsp;<a style="color:#08c" href="javascript:;" onclick="_ico.downAttach(\''+id+'\');hideMenu(\'fwin_dialog\', \'dialog\')">立即下載</a></dd>';

msg+='</dl>';

Alert(msg,0,null,null,'info');



以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號