当前位置:编程学习 > asp >>

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

如何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".

补充:asp教程,技巧与性能优化
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,