digit
06-15-2009, 10:08 AM
What is the recommended way of prompting the user (like Javascript alert()/confirm() methods) with JScript in VBPro?
I was thinking at first of calling VB's MsgBox() from a global script function, but then realized you can't call VBScript functions from JScript. I'm sure prompting is possible, but I just can't figure it out.
Thanks in advance.
I was thinking at first of calling VB's MsgBox() from a global script function, but then realized you can't call VBScript functions from JScript. I'm sure prompting is possible, but I just can't figure it out.
Thanks in advance.