Hi All,
I did make a post about this recently, but the suggestions provided did not work, and SC support are also having difficulty providing any workable answer.
This what I want to do.
In a control app I have a drop down list. Based on the selection of this list I need to change a text variable on the menu header.
I have spend two days trying to get it to work, but I am now hopelessly lost. I have tried html and javascript to try and update this variable from the iframe. I have tried parent.document.getElement(s)ByID, byclass, etc, and used .innerhtml to try and set the value but all has failed.
Also I seem to have found that if I use the javascript on change event it does not allow me to use the ajax on change event properly.
So has anyone got a fool proof way of changing a variable on the menu header from the apps running in the iframe?
Thanks
Tony