
Hi,
On click of entity ribbon, I am calling a JS which will open the html page in a dialog mode. The HTML contains 2 field & 1 OK button and on click of OK button it is processing my code with out any issues. Now the problem is after OK button is clicked, the html dialog is not getting closed.
Looking for some help on how to close the html dialog in my scenario.
Thanks in advance !
Hi Irakli Ioramashvili,
Did you try to execute window.close() when you click the OK button in the HTML?
If this could not work, please provide your code for further research.