<form method="post" action="left.php" target="left" onsubmit="return RunOther();"><script>
function RunOther()
{
  setTimeout("this.location='./other.php';", 500);
}
</script>延时 500ms 是为了确保左边的正确提交了,才更新右边框架
不可能完全同时改变的