PDA

View Full Version : multiple inputbox() (All)



tll
05-27-2004, 10:20 AM
How to write a multiple inputbox() on the same dialog box to be used in wscript? I want the user to enter several inputs and execute the wscript.

Orcie
05-28-2004, 12:27 AM
I'm still a WSH newbie but I don't think what you ask is posible. You'll have to use several single inputboxes.

dineshcooper
06-02-2004, 06:10 AM
You can't do it with inputboxes.
As a workaround you could build an HTML or HTA front end that collects the data.