NetTalk Central

Author Topic: Calling a javascript function  (Read 377 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 440
    • View Profile
    • Email
Calling a javascript function
« on: April 22, 2026, 07:38:59 AM »
Hi
C11.1 NT 14.37
I have a javascript function called move().

I have a button and i want to execute the move() function when the button is pressed.
I have tried multiple permutations and this is my current permutation for the button embed.  However, it is not correct as the function does not execute.
This is the current iteration:
p_web.script('$(''["move()"]'').call();')
Can someone help me with the correct syntax to call this function from a NT button?
THanks,
Ron

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11327
    • View Profile