VBScript InputBox Function

The InputBox function displays a dialog box, where the user can write some input and/or click on a button. If the user clicks the OK button or presses ENTER on the keyboard, the InputBox function will return the text in the text box.


Comentarios

Entradas más populares de este blog

What is VBScript?