Hi

I am new to scripting and was wondering if anyone can help me. I have been
able to use inputbox to get a single input variable whihc I can use in the
script but I am wanting to open a single window requesting a few input
variables. Is this possible and if so can someone please help

Thanks

Re: How to get multiple inputs in one input window by Robert

Robert
Wed Dec 24 07:58:33 CST 2003

you can't do it in a standard vbscript window. You can using IE and have
multiple boxes being passed into a script. You can also have multiple input
boxes come up one after another (but I gather you want it all in one)

--
Robert Cohen
A legend in his own mind
--

"Michael" <michael.poezyn@microgaming.com> wrote in message
news:#rxnlUgyDHA.1196@TK2MSFTNGP12.phx.gbl...
> Hi
>
> I am new to scripting and was wondering if anyone can help me. I have been
> able to use inputbox to get a single input variable whihc I can use in the
> script but I am wanting to open a single window requesting a few input
> variables. Is this possible and if so can someone please help
>
> Thanks
>
>



Re: How to get multiple inputs in one input window by Ray

Ray
Wed Dec 24 08:01:45 CST 2003

Asked and answered in another group. Please do not multipost.

Ray at work

"Michael" <michael.poezyn@microgaming.com> wrote in message
news:%23rxnlUgyDHA.1196@TK2MSFTNGP12.phx.gbl...
> Hi
>
> I am new to scripting and was wondering if anyone can help me. I have been
> able to use inputbox to get a single input variable whihc I can use in the
> script but I am wanting to open a single window requesting a few input
> variables. Is this possible and if so can someone please help
>
> Thanks
>
>



Re: How to get multiple inputs in one input window by Gary

Gary
Sun Dec 28 09:58:29 CST 2003

Actually, it IS possible, but not with bare-bones script. There is
an activeX control available that allows one to use modal dialogs
with the capability to add multiple textboxes, as well as many
of the most common Windows controls. If you want to check it
out, here's the link:

http://home.att.net/~wshvbs/

There are numerous scripting utilities there, this guy is serious
about VBS. The only thing I don't like about the site is the main
page has a sound file that blasts you everytime you open it...

"Michael" <michael.poezyn@microgaming.com> wrote in message
news:%23rxnlUgyDHA.1196@TK2MSFTNGP12.phx.gbl...
> Hi
>
> I am new to scripting and was wondering if anyone can help me. I have been
> able to use inputbox to get a single input variable whihc I can use in the
> script but I am wanting to open a single window requesting a few input
> variables. Is this possible and if so can someone please help
>
> Thanks
>
>