I will be using Javascript (about 6 functions) that re-calculates the value of other fields on the same page with the 'onChange' HTML INPUT element. I need to figure out how to code this into the add/edit page's Visual Editor. Do I use the INPUT tag on these fields and include the 'onChange' element, or is there another method to invoke the script when the fields are changed? I have tried writing the script into the HEAD section of the HTML and then invoke with the INPUT tag with all the elements, but found that ASPRunner made modifications to the HTML when I built the code and uploaded to the demo site.
By the way, the script has been added to ../include/jsfunctions.js.
(I know that 'build_edit_control' is involved in this event, but I don't know how the syntax and structure on this works.)
Thanks a lot.
-Pat