您的位置:首页-> 资讯中心-> ASP技术-> ASP-> 如何Response.Redirect新的页面到指定的框架中

ASP

ASP

本类阅读TOP10

·服务器出现 Server Application Error
·Server Application Error详细解决办法
·如何注册组件
·在ASP中常见的错误80004005信息和解决办法
·如何Response.Redirect新的页面到指定的框架中
·用ASP建立站内搜索
·有关ASP的一些常见问题(二)
·使用ASP加密算法加密你的数据(一)
·利用CDONTS发送邮件的ASP函数
·asp开发规范

精品推荐
如何Response.Redirect新的页面到指定的框架中

加入时间:2005-2-21 快乐下载

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

(出处:chinaasp)





相关文章

相关软件