Hi All,
What is the best method to refresh the parent page? I need to do this from an iFrame and it is ok if the iFrame refreshes too.
Thanks for any guidance you can provide!
Best Regards, Dan
Found the solution:
[CODE]function ReloadParent () { window.parent.location.reload(); }[/CODE]