I am working in MOSS 2007 and have a page which contains two page utilities(very similar to iframes but in corasworks webpart form)
The first is pointing to an aspx page which contains a custom display adaptor which allows me to use xslt and html, and a content editor pointing to a txt file with the majority my javascripts.
As for the second it points to a different aspx which also contains a different custom display adaptor and a content editor which points to the same txt file for the scripts.
On the file for the scripts I have a global variable, I am testing it's value by using an alert on both webparts and both alerts show the initial value at first, but when I change the value of that variable with the first webpart and try the alerts again on both, I get the changed value only on the first, but still the original value when it is shown on the second.
I ultimately would like to have the second and show the changed value as the first does, but apparently I am not accessing or storing this correctly I believe this could be a parent/child issue but cannot seem to pass the variable back and forth between the two can anyone propose a suggestion as to how to go about doing this?
It would be greatly appreciated
Thanks,
window.frame[..].windoworwindow.parent.windowas appropriate, for same-domain pages, but that becomes terribly messy after a short while. – user166390 Jul 11 '12 at 18:09