OK,
from my DCT, I have a textarea to add file attachment. I have an IPL script with javascript which let me choose the file I want to attach.
Once I select the file and I want to return the value to my DCT, I get frameID is null error. But only Firefox, since it works in IE.
Here's where it goes kaput, in the eval.
var calloutFormtemp = 'parent.' + '$form_name' ;
var calloutForm = eval(calloutFormtemp);
Any idea?
Thank you