How to call a JS function?
Posted: Fri Oct 11, 2024 10:08 am
I know how to call SpiderBasic functions from JavaScript (prefix: "f_"), but... how to call JS functions from SpiderBasic side?
I tied:
! myFunction()
but an error says: Uncaught ReferenceError: myFunction is not defined
I tied:
! myFunction()
but an error says: Uncaught ReferenceError: myFunction is not defined