最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
如何Response.Redirect新的页面到指定的框架中(转)
时间:2022-07-02 23:51:35 编辑:袖梨 来源:一聚教程网
如何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".
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".