In version 7.6 I was able to use the following code from an external page to post data back into Metastorm
parent.top.frames('eFormContents').document.getElementById('FIELDNAME).value = NEWVALUE;
In version 9 when I test this with an alert it shows me the value being updated, but I do not see it update on the form and am then unable to take action against the new value.
The interesting thing is that the following click action does work
parent.top.frames('eFormContents').document.getElementById('BUTTONNAME').click();
Anyone doing a similar function and have it work in v9?