I'm trying to pass a value from one Admin form into another and it must work in both FireFox and IE.
Using the window.showModalDialog(url, myVariable, settings) and the corresponding myVaribale=window.dialogArguments works with IE but not in FF (the window opens but the variable is "undefined")
Using the web client configuration documentation to specify the filter parameters in the URL and then using window.open works partially in FF (only part of the form is updated based on the filter for some reason) but I get a "Failed to read attachment" error in IE.
Does anyone have a solution? I've tried multiple variations of window.open which seems most promising but haven't found a magic formula.
Thanks!!