I am currently on chart.gsp, I need to invoke a javascript function -filterResult() which is defined an external js file like monitoring.js.
Currently the filterResult() call is being made onclick event of button ‘search’ which is inside monitoring.gsp
I am getting my page forwarded to monitoring.gsp page, now how do I execute the filterResult() which is on button click in this page?
At end of page put a script block and call method in that block in monitoring.gsp
Like