日期:2014-05-16 浏览次数:21127 次
<%
if request.querystring("ifr")<>"1" then
'增加这个判断,如果不是iframe加载main.asp则使用iframe加载,这样里面的链接都在iframe中打开了,前提是a没有增加target属性在新窗口或者父页打开
%>
<iframe src="http://www.xxx.com/main.asp?ifr=1" style="width:100%;height:600px"></iframe>
<%
response.end
end if %>
.....其他的内容