主頁 > 知識(shí)庫 > asp.net在iframe中彈出信息并執(zhí)行跳轉(zhuǎn)問題探討

asp.net在iframe中彈出信息并執(zhí)行跳轉(zhuǎn)問題探討

熱門標(biāo)簽:百度地圖標(biāo)注點(diǎn)擊事件 杭州智能電話機(jī)器人 怎樣在地圖標(biāo)注消火栓圖形 廈門四川外呼系統(tǒng) 地圖標(biāo)注位置多的錢 山東防封電銷卡辦理套餐 泰州手機(jī)外呼系統(tǒng)軟件 濟(jì)源人工智能電話機(jī)器人價(jià)格 內(nèi)蒙古智能電銷機(jī)器人哪家強(qiáng)
復(fù)制代碼 代碼如下:

/// summary>
/// iframe 中,彈出信息并跳轉(zhuǎn)
/// /summary>
/// param name="msg">/param>
/// param name="targetPageName">/param>
public static void ResponseShowMsg(string msg, string targetPageName)
{
string str = "script> alert('{0}'); window.parent.frames[\"sysMain\"].location.href = '{1}'; /script>";
string Urls = HttpContext.Current.Request.Url.OriginalString;
if (Urls.LastIndexOf('?') > 0)
{
Urls = Urls.Substring(0, Urls.LastIndexOf('?')).Replace(HttpContext.Current.Request.Url.Segments[HttpContext.Current.Request.Url.Segments.Length - 1], targetPageName);
}
else
{
Urls = Urls.Replace(HttpContext.Current.Request.Url.Segments[HttpContext.Current.Request.Url.Segments.Length - 1], targetPageName);
}
str = string.Format(str, msg, Urls);
HttpContext.Current.Response.Write(str);
}

頁面調(diào)用 cs文件
復(fù)制代碼 代碼如下:

protected void btnSave_Click(object sender, EventArgs e)
{
if (bll.RoleAdd(model, tempMs))
{
CmvspCommon.MessageBox.ResponseShowMsg( "保存成功!", "add.aspx");
}
else {
CmvspCommon.MessageBox.Show(this, "保存失??!");
}
}
您可能感興趣的文章:
  • asp.net中MVC借助Iframe實(shí)現(xiàn)無刷新上傳文件實(shí)例
  • ASP.NET頁面借助IFrame提交表單數(shù)據(jù)所遇到問題的解決方法分享
  • asp.net 文件上傳與刷新與asp.net頁面與iframe之間的數(shù)據(jù)傳輸
  • ASP.NET中使用IFRAME建立類Modal窗口
  • asp.net省市三級(jí)聯(lián)動(dòng)的DropDownList+Ajax的三種框架(aspnet/Jquery/ExtJs)示例
  • asp.net 學(xué)習(xí)之路 項(xiàng)目整體框架簡單的搭建
  • asp.net GridView中超鏈接的使用(帶參數(shù))
  • ASP.NET 鏈接 Access 數(shù)據(jù)庫路徑問題最終解決方案
  • asp.net實(shí)現(xiàn)生成靜態(tài)頁并添加鏈接的方法
  • ASP.NET中iframe框架點(diǎn)擊左邊頁面鏈接 右邊顯示鏈接頁面內(nèi)容

標(biāo)簽:新鄉(xiāng) 洛陽 周口 喀什 臺(tái)州 百色 朔州 朝陽

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp.net在iframe中彈出信息并執(zhí)行跳轉(zhuǎn)問題探討》,本文關(guān)鍵詞  asp.net,在,iframe,中,彈出,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp.net在iframe中彈出信息并執(zhí)行跳轉(zhuǎn)問題探討》相關(guān)的同類信息!
  • 本頁收集關(guān)于asp.net在iframe中彈出信息并執(zhí)行跳轉(zhuǎn)問題探討的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章