PDA

View Full Version : JScript prompt


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.

kinook
06-15-2009, 10:17 AM
http://msdn.microsoft.com/en-us/library/x83z1d9f(VS.85).aspx

digit
06-15-2009, 10:26 AM
As always, rockin' response. Thanks a lot.