Categories | Question details Back To List | ||
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 |