Refresh parent window

Hi folks!

I’m testing dhtmlxWindows, i create a modal with dhxWins.window(utid).attachURL(url); the modal open fine, but we need to refresh the parent, how can i do it?

tx in advance!


Hello,


parent window is available by parent object. For example:


parent.document.location.href = parent.document.location.href;