Thread: JScript prompt
View Single Post
  #1  
Old 06-15-2009, 10:08 AM
digit digit is online now
Registered User
 
Join Date: 05-14-2009
Posts: 14
JScript prompt

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.
Reply With Quote