首页/网站教程/内容

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

网站教程2024-11-09 阅读()
[摘要]如何Response.Redirect新的页面到指定的框架中 2000年10月31日 In the file that you wish to show up in the frame, add t...

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

……

相关阅读