Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by richard white on Jun 19, 2009 10:25
open dhtmlx forum
attachurl

hi

we are attaching a url onto a layout cell with the attachURL function.

we need the javascript in the attached page (the page we attached with attachURL) to call javascript functions in the main page (the page that contains the layout)

is this possible, and if so how can we achieve this?

thanks
Answer posted by Alex (support) on Jun 22, 2009 00:26

Hello

yes, it is possible. A small example:

parent.someFunction();

someFunction is a function that is defined on the main page.

Answer posted on Jun 22, 2009 04:23
thanks