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.
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
Post a Comment