Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Callserver
Amanpreet
Hi,
TeamSite:7.2.1
We have migrated from 6.7.1 to 7.2.1. Our callserver is not working in new environment.
IE browser shows js error "permission denied" and on running cgi script separately it shows well formed HTML. After little bit research i found out that error is coming because of parent.getScriptFrame() function, it is not able to call parent( DCT ) function or parent object. I tried all combinations (opener, top, window), but its not working.
Please help.
Thanks
Find more posts tagged with
Comments
Manik2012
Its JS, try window.opener. You can try that outside of TS too..