JScript with Windows Script Host 
Author Message
 JScript with Windows Script Host

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?




Sun, 22 Sep 2002 03:00:00 GMT  
 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?




Sun, 22 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. JScript with Windows Script Host

2. inputbox function in JScript with Windows Script Host

3. Research: Windows Script Host or Windows Scripting Host

4. Problems Installing Windows Script 5.0 and Windows Script Host 2.0 Beta on Windows NT 4.0

5. Windows scripting host and JScript (looking for samples !!!)

6. Windows scripting host - Checking a service in Windows NT 4

7. Windows Scripting Host on Windows 95 OSR2

8. Windows 95 OSR1 and Windows Scripting Host

9. Windows Scripting Host for Windows 98 Book

10. Windows Script Host to Execute Remote Script Q311269

11. Windows Script Host Shell Object (Malacious script detected)

12. Reading Email with Windows Script Host script

 

 
Powered by phpBB® Forum Software