皇室战争5阶卡组搭配:如何把网页放到另一个网页中显示?

来源:百度文库 编辑:神马品牌网 时间:2024/05/07 04:40:18
本人使用PJBLOG,有一拦木想显示相册,根据提示安装后却无法显示,好像是PHOTO。ASP里的代码错了,我又不会改,请帮看一下,是否有错误。

<!--#include file="BlogCommon.asp" -->
<!--#include file="header.asp" -->
<!--#include file="common/ModSet.asp" -->
<!--#include file="plugins.asp" -->
<!--#include file="class/cls_default.asp" -->
<div>
<iframe name="import_frame" width=100% height=600 src="/photo/index.asp" frameborder="0" scrolling="no"></iframe>
</div>

<!--#include file="footer.asp" -->

本人是想在photo.asp里显示/photo/index.asp 不知道应该怎么弄。
我是想把http://kidwu.cnxiwang.com/photo/index.asp放到http://person.cnxiwang.com/kidwu/photo.asp里去

帮我重新编写也可以!先谢了

单看这里当然没有错,,,,要把每个.asp文件的代码都放上来。才有可能看出哪里错对