Hi All,
I'm new to Java Script and was wondering if anyone knows how I can have a JavaScript function trigger the htmlb:button? I really want to trigger an event so the onInputProcessing Event will be called. For Example, I'm using html <select><option> for a drop down box in a text string. When the user selects a different option, I use the onChange to call javascript function fnAppllyAll. I need this function to then trigger an event so "OnInputProcessing" will be called and I can update the necessary internal tables and the layout will be re-displayed.
Thanks in advance!
Eric