I want to refresh the page having url such as:
http://www.abcde.com:81/abcdefg/?_task=abcd&_id=691677786529eea6822deb&_action=show
from another page. That another page having button & form tag as :
echo '<form action="compose.php?r=w" method="post" name="addrbook">';
echo '<input type="submit" name="addr" class="buttons" value="Use Add"/> ';
echo '</form>';
I want to refresh above already opened window.