成功后  
  Response.Write("<meta   http-equiv='refresh'   content='2;   url=index.htm'>")

  单位是秒,url可以采用变量来代替,用字符串连加就可以了。

 

或者利用Response.Write输出一段JS脚本

window.setTimeout("window.location=’index.html’",2000);   单位是毫秒

相关文章:

  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2021-11-21
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案