我考虑了很久(可能有错误);
用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中! 我不 知道怎么实现!