繁体中文
设为首页
加入收藏
当前位置:ASP技术首页 >> ASP技巧 >> 何Response.Redirect新的页面到指定的框架中

何Response.Redirect新的页面到指定的框架中

2006-04-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:   In the file that you wish to show up in the frame, add this line after the tag: Then when you Response.Redirect to this ASP file, its contents will appear in the frame named "framename".

   In the file that you wish to show up in the frame, add this line after the tag:

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

责任编辑:admin
相关文章