分类广告


推荐文章

  • 没有找到任何内容!
您当前的位置:中国站长下载网络编程ASP专区 → 文章内容

如何Response.Redirect新的页面到指定的框架中(转)

  • 作者:不详    来源:网络转载    发布时间:2005-12-15 10:18:52
  • 字体大小:

如何Response.Redirect新的页面到指定的框架中
2000年10月31日
In the file that you wish to show up in the frame, add this line after the <BODY> tag:

<BASE TARGET="framename">

Then when you Response.Redirect to this ASP file, its contents will appear in the frame named "framename".