如何Response.Redirect新的页面到指定的框架中(转)
来源:岁月联盟
时间:2003-07-11
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".
下一篇:解二次方程(适用于教学站点)











