• Resolved Erez Speiser

    (@erezspeiser)


    I would like a button to preform an onclick function (And not to follow a link). In this specific case to make a page refresh.
    IS it possible and how?
    Thanks

    • This topic was modified 5 years, 7 months ago by Erez Speiser.
Viewing 1 replies (of 1 total)
  • Plugin Author Bas Schuiling

    (@basszje)

    You can try to put ‘javascript:my_function(); return false;’ in the URL field, with the function pointing to what you want to execute.

    If you already linked the function to the button somehow putting javacript:void(0) in the URL field will prevent it from doing anything.

Viewing 1 replies (of 1 total)
  • The topic ‘onclick instead of link’ is closed to new replies.