主题:  用iframe做页面555的小困惑

ydlhero

职务:普通成员
等级:1
金币:0.0
发贴:3
#12004/8/7 12:07:17
我考虑了很久(可能有错误);
用iframe做页面
<iframe src="left_main.php" width="180" scrolling="no" frameborder="0"
marginwidth="0" marginheight="0" framespacing="0" height="500" name="left"></iframe>
<iframe src="main.php" width="580" scrolling="yes" frameborder="0"
marginwidth="0" marginheight="0" framespacing=0 height="500" name="main"></iframe>
但我在left刷新header("location:./left_main.php";
怎么控制在main中可以刷新 main.php
我一直很困惑;请大虾帮忙!

就是在left 的left_main.php 执行了一 个文件 然后自动刷新!在left 由left_admin.php回到left.php
但是main里面什么都没有变! 我想在left 由left_admin.php回到left.php 的同时 main 中也回到main.php中! 我不 知道怎么实现!



我佛山人

职务:版主
等级:4
金币:16.0
发贴:2269
#22004/8/7 21:50:24
left_main.php中用JS控制
<?php

echo "<script>top.main.location=\"main.php\";

?>