Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by acuario55 on Dec 30, 2009 22:13
open dhtmlx forum
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!
Answer posted by Alex (support) on Jan 04, 2010 04:31

Hello,

parent window is available by parent object. For example:

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