Hi
I am implementing an epcf application.i an capturing dropdown values and passing it to another view.i am using these llines of code:
function event()
{
var funcName = htmlb_formid+"_getHtmlbElementId";
func = window[funcName];
var dp = eval(func("myBox1"));
EPCM.raiseEvent("urn:com.epcf.Producer","displayName",dp.getValue());
}
but its not working..
I introduced some alerts between the code to check where the problem is and then came to know that code is not executing at this line of code
var dp = eval(func("myBox1"));
Can anybody tell me the reason and solution for this.\
Thanks
Monika