I recently upgraded to TeamSite 7.4.1 from 6.5, but for some reason have lost the use of my custom callouts. For example, in one DCR I call the following upon clicking on the Browse button of a file element, used to choose a DCR from another directory, and works fine. A hierbrowser window opens, I choose a template from the list, and the callback function is called. I use IWDataCapture.callServer(itemName, path).
As part of the JavaScript returned, I make the following call:
api = parent.getScriptFrame();
Works fine in the earlier version, but now I get this JavaScript error:
Error: Permission denied to access property 'getScriptFrame'
This suggests a Same Origin problem, but the URL that is called is on the same server as the TeamSite content. There are some differences. The callServer URL is for port 81 rather than 80. The file called is in the root directory, whereas the TeamSite files are located in the iw-mount vitual directory. It's the same for both 6.5 and 7.4 setups, however. Does anyone have a suggestion? Thanks.