I have a span in my page that has an onmousedown event which populates an inner frame. How can I programmatically fire that event and get the response of the inner frame? I can't find any documentation for ScriptableDelegate, so I don't know if (a) that's what I need in the first place, and (b) if so, how to use it correctly.
Any ideas/suggestions?
Thanks,
Alan Nickell
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a span in my page that has an onmousedown event which populates an inner frame. How can I programmatically fire that event and get the response of the inner frame? I can't find any documentation for ScriptableDelegate, so I don't know if (a) that's what I need in the first place, and (b) if so, how to use it correctly.
Any ideas/suggestions?
Thanks,
Alan Nickell