
JScript with Windows Script Host
Use the .wsf xml format and write a
VBScript function that emulates the browser prompt method using
InputBox. Seems odd that the WScript object model has 2 ways for JScript to display messages to the
user but none to get input (not counting StdIn.ReadLine under script)...
--
Michael Harris
MVP Scripting
I'm writing code in JScript with Windows Script Host, But I can't get an
ActiveX Control to get the user's inputting, (I use WSHShell.popup for
MsgBox) Have an idea?