Subj : Re: Executing a line of C code in javascript To : David Bradley From : Brendan Eich Date : Thu Aug 21 2003 01:23 pm David Bradley wrote: > I don't believe there's anything that would allow you to dynamically > specify a native function at runtime. Why not? Or, how not? I mean, tell me more. It's possible to hook up arbitrary code, provided you know the C or C++ signature of the function to call. XPConnect and COMConnect prove that. /be .