Hi
I have a main.php page which contains 2 frames: left.php and right.php
I set a logout function in left.php and redirect it to index.php
When I click the logout function, only left.php redirect to index.php.
header("Location: index.php Window-target: _parent"); not work
Any idea?