响应方法与页面刷新技术概览.pdfVIP

  • 2
  • 0
  • 约小于1千字
  • 约 2页
  • 2026-06-24 发布于北京
  • 举报

1.响应的三种主要方法

Response.write(“”);

Response.end();

Response.redirect(“1.aspx”);

2.这一常用的功能刷新页面:headtitle无标题页/title

metahttp-equiv=refreshcontent=3;url=HTMLPage.htm//

head

页面将3秒后刷新进入HTMLPage.htm页面;

或以下方法

protectedvoidBtnfresh_Click(objectsender,EventArgse)

{

Response.AddHeader(refresh,3;Url=index.aspx);

}

1.Response的三个主要方法

Response.write(“”);

Response.end();

Response.redirect(“1.aspx”);

2.一此常的功能

刷新页面:

head

title无标题页/title

metahttp-equiv=refreshcontent=3;url=HTMLPage.htm/

/head

页面将3秒

文档评论(0)

1亿VIP精品文档

相关文档