Hi there..
facing little issues on closing dispForm window through javascript. i tried window.close() , this.form.close(), document.close(), location.close(),.... but no one is working..
And before going close i want to refresh my list. For this I wrote document.close() but it is refreshing dispForm window only .. not my list page.
Any solution for this.
Thank you.