真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

2,簡單交互對話框

2,簡單交互對話框

創(chuàng)新互聯(lián)公司是一家專注于網(wǎng)站建設、成都網(wǎng)站設計與策劃設計,田家庵網(wǎng)站建設哪家好?創(chuàng)新互聯(lián)公司做網(wǎng)站,專注于網(wǎng)站建設十年,網(wǎng)設計領域的專業(yè)建站公司;建站業(yè)務涵蓋:田家庵等地區(qū)。田家庵做網(wǎng)站價格咨詢:13518219792

-----后臺

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class _2_簡單交互對話框_Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
    }

    protected void Button1_Click(object sender, EventArgs e)
    {
        ShowDialog("刪除成功");
    }

    /// 
    /// 彈出模式1(服務端按鈕)
    /// 
    /// 彈出的內(nèi)容(必填)
    /// true則為ajax模式(選填)
    /// key值(選填)
    public void ShowDialog(string msg,string icon="", bool asyn = false, string key = "")
    {
        string dialog = string.Format("art.dialog.alert('{0}','{1}')", msg, icon);
        if (!asyn)
            ClientScript.RegisterStartupScript(this.GetType(), key, dialog, true);
        else
            ScriptManager.RegisterClientScriptBlock(this.Page, typeof(string), key, dialog, true);
    }

   

}

 

-----前臺

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_2_簡單交互對話框_Default" %>



    
     
    
    
    
    
    
       
        function dome1() {
            art.dialog.alert('人品越來越不那么穩(wěn)定了,請檢查!', "warning");
        }
        function dome2() {
            art.dialog.confirm('你確定要刪除這掉消息嗎?', function () {
                art.dialog.tips('執(zhí)行確定操作');
            }, function () {
                art.dialog.tips('執(zhí)行取消操作');
            }, "succeed");
        }
        function dome3() {
            art.dialog.prompt('請輸入圖片網(wǎng)址', function (val) {
                art.dialog.tips(val);
            }, 'http://');
        }
        function dome4() {
            art.dialog.tips('數(shù)據(jù)正在提交..', 2);
            art.dialog.tips('成功!已經(jīng)保存在服務器');
        }
    


    
    
    
    
    
    

    
    
    

----dome1

2,簡單交互對話框

----dome2

2,簡單交互對話框

----dome3

2,簡單交互對話框

----dome4

2,簡單交互對話框

----服務器按鈕

2,簡單交互對話框

 

源代碼下載地址:http://down.51cto.com/data/1968050
技術學習群(發(fā)展中,群成員免費提供資源。歡迎大家加入):426634651

 


網(wǎng)頁題目:2,簡單交互對話框
本文路徑:http://weahome.cn/article/gosojp.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部