javascript - Passing values from child window to parent window which is on another domain? -


parent window served my.salesforce.com domain , child (pop-up) window served domain, visual.force.com. functionality populate value user selects in pop-up parent window. using window.opener communicate parent window, error message " domains, protocols , ports must match" in parent window.

any idea how avoided? , values passed child parent?

-sameer

you might able hack around srcup function. it's not official api, blah blah blah seem recall it's used sf, around service cloud console.

http://boards.developerforce.com/t5/java-development/issue-with-javascript-button-within-service-console-need-advice/td-p/290171

http://boards.developerforce.com/t5/visualforce-development/getting-quot-not-implemented-quot-javascript-error-on-srcup/td-p/361585

https://salesforce.stackexchange.com/questions/5009/open-a-service-console-primary-tab-from-a-custom-component-module (pity link techtrekker's comment has expired).

http://salesforcedevbj.blogspot.com/2012/10/custom-links-and-buttons-in-service.html

sorry, not real answer, never had hack stuff that... @ least have ray of hope google now. try cross-posting on salesforce.stackexchange.com?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -