list.php
生成的内容应仅在index.php
上的iframe标记中打开。但是当它被直接调用时,就不可能打开它。
我怎么能得到这个?
事实上我已经采用了这种方法:
<iframe title="frame" class="iframe" src="http://www.example.com/list.php?type=a&013acd2b6c1368f">[Your browser doesn%27;t support iframes]</iframe>
工作正常,因此如果在没有参数的情况下调用文件,它将重定向到索引。
但如果您以这种方式直接调用http://www.example.com/list.php?type=a&013acd2b6c1368f
,则内容会显示在整页上。我想要的是,在标签之外,它会重定向到Index.php
有什么办法吗?