码迷,mamicode.com
首页 > Web开发 > 详细

自动跳转JS代码

时间:2015-05-14 14:00:34      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

public static void TipAndRedirect(string msg, string goUrl, string second)
{
HttpContext.Current.Response.Write("<meta http-equiv=‘refresh‘ content=‘" + second + ";url=" + goUrl + "‘>");
HttpContext.Current.Response.Write("<br/><br/><p align=center><div align=‘center‘ style=\"size:12px\">&nbsp;&nbsp;&nbsp;&nbsp;" + msg.Replace("!", "") + ",页面2秒内跳转!<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"" + goUrl + "\">如果没有跳转,请点击!</a></div></p>");
HttpContext.Current.Response.End();
}

自动跳转JS代码

标签:

原文地址:http://www.cnblogs.com/siyechenmu/p/4503061.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!