Can we have multiple input text boxes in VBScript? I'm trying to create a form window using VBScript itself. I should get two values as input. Please help me.
相关问题
- Laravel Option Select - Default Issue
- Carriage Return (ASCII chr 13) is missing from tex
- HTML form is not sending $_POST values
- How to use Control.FromHandle?
- Error handling only works once
相关文章
- Show a different value from an input that what wil
- How can I detect/watch “dirty-status” of an angula
- Unregister a XLL in Excel (VBA)
- Why form submit opens new window/tab?
- How to handle the TextChanged event only when the
- Can a VBScript function return a dictionary?
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
You have a few options that I can see.
If it makes sense to do so, use a single InputBox() but ask the user to delimit their input. Here's an example of this technique. Note the use of the default parameter to demonstrate to the user what you're looking for.
This is possible with HTA via VBScript.
Try this one http://forum.script-coding.com/viewtopic.php?pid=75356#p75356
Just add the second inputbox.
IN a form no you cannot, but you could do this in VBS, It would list a series of input box's and the input to the frst box can be used in the title and/or description of the next text box