Hello all,
This might sound very Weird...!
I am getting an error while using JavaScript's opener onject.
The scenario is that I am trying to provide f4Help functionality, and I open a new page using onValueHelp attribute of inputField.
The specific code in the Jscript function is :
window.open("f4help.htm","","left=300,top=220,width=220,height=400,menubar=0,scrollbars=yes,resizable=no");
Now, this works fin, I get my new page and then when returning the values back, I use opener.setvalue();
But I am getting a Javascript <b>Permission Denied error</b>, while doing the same...
The dilemma is that I am actually using the exact same code in another application, and that works..But its not working here...that's why I said it might sound weird...!!
Now the only difference in the world that i can think of between the applications is that the working one is not included in the transport request while this one is...!!
Any one ever received the same error...??? Or are there any pointers..??
Thanks,
Tatvagna Shah.