如何在内容页面提交一个数据后的时候,同时把左侧的导航 给它刷新一下??在一个frameset网页中,左侧为导航,又侧为内容页面, 如何在内容页面提交一个数据后的时候,同时把左侧的导航 给它刷新一下??[解决办法] <script> window.parent.frames( 'left ').location.reload() </script>