vbscript button click event code example
Example 1: v-btn click
<v-btn @click="showInput = false"></v-btn>
Example 2: vbscript button click event
' to get a button to work in a VBScript you must give the dialog box a name:
A = msgbox("We named this box A")
then when the code runs, whichever of the buttons that is pressed on that will be the value of our msgbox A, this can range from 1 - 7
for a deep excplanation refer to this website:
https://www.tutorialspoint.com/vbscript/vbscript_dialog_boxes.htm