I have an app part form and after completing the form I'd like to refresh the entire page.
Basically the form inserts an item into a list and I'm displaying the list underneath and would like to refresh the page so the user can see the new item on the list.
Cross domain restrictions disallow parent.location.reload();