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


Hello


yes, it is possible. A small example:


parent.someFunction();


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

thanks