i have iframe inside a page, and this iframe contain a submit button which will do some function.
What i want is: after the iframe submit finish, call the parent page to refresh.
i know how to refresh it:
parent.location.reload();
But i don't know how to do that after submit finish.