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

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

2006-04-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:如何Response.Redirect新的页面到指定的框架中 2000年10月31日 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 co...

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

2000年10月31日

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
相关文章