JavaScript Alert通用美化類

來源:互聯網
上載者:User

function sAlert(msg,boxtype,func,msgtitle)
sAlert('資訊內容',1,'','資訊標題')
@msg:提示資訊內容
@boxtype:1為彈出框,2為確認框,3為提示框
@func:點確認時執行的函數
@title:資訊框標題文字內容
只有msg是必須的,後面的參數可以省略。如果中間的參數為空白則在對應位置上''或者""表示(根據實際情況選擇單雙引號)
調用此方法須在每個使用的頁面的head地區加入下面代碼。 複製代碼 代碼如下:<script type="text/javascript" src="alert1/alert.js" src="alert1/alert.js"></script>
<link href="alert1/alert.css" href="alert1/alert.css" rel="stylesheet" type="text/css" />

xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">


寵物專用資訊框執行個體:

function sAlert(msg,boxtype,func,title)

  • sAlert('資訊內容',1,'','資訊標題')
  • @msg:提示資訊內容
  • @boxtype:1為彈出框,2為確認框,3為提示框
  • @func:點確認時執行的函數
  • @title:資訊框標題文字內容
  • 只有msg是必須的,後面的參數可以省略。如果中間的參數為空白則在對應位置上''或者""表示(根據實際情況選擇單雙引號)
  • 調用此方法須在每個使用的頁面的head地區加入下面代碼。

<link href="alert1/alert.css" rel="stylesheet" type="text/css">
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]

測試環境:可以在下面的文字框裡按上面要求的格式函數進行測試: 複製代碼 代碼如下:sAlert('資訊內容',1,'location.href="http://www.jb51.net"','資訊標題')

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.