I have a function that needs a little time to run before refreshing. I'd like to disable the button onClick. I can add a script section, but I don't know how to add the onClick function to an HTML button with the input type: button shorthand.
onClick
input type: button
Is there a better way to do this?
Is this for coding an app?
I am not super experienced in apps (more in drivers) but could you use a runIn and then schedule a second page refresh after the delay?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.