Let's try this again...Can someone tell me where user-defined JavaScript functions are referenced within the DCT? I have a need for a link in a label on a radio button to call a function that I have defined in the <script> section. I have set up an onClick event handler, and when I click on the text it seems to properly activate that handler. But it complains that it can't find the function. When I view the source of the form, I can't find any trace of the function definition. I am assuming that it gets tucked away somewhere in a place that the FormAPI can access it, but this is not an event that is capturable through FormAPI. Hopefully, there is a path that I can specify to the function.Thanks,DanTS 6.5 Solaris
Beautiful, ISCBorisB. That worked. Is that documented anywhere, or is it part of TeamSite lore?Dan