Hi,
I have a need to want a page to refresh to a _parent window, it appears this is not possible..
Example:
echo "<meta HTTP-EQUIV='REFRESH' content='1; url= xxxx.php' target='_parent'>"
Notice the target='_parent' in the above code.. This does not work.. so I'm assuming this is not possible..
If there is a way to automatically open another page using targets, please let me know..
Thanks for any help on this..