Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Prompt a User for InputContent of Prompt a User for Input.vbsMD5 Hash: ECC90B1F386273A888CC34A67C836F06 |
||
' Description: Sample HTML function that prompts the user for input of some type, and then displays the information entered.
Sub RunScript strAnswer = window.prompt("Please enter the domain name.", "fabrikam.com") If IsNull(strAnswer) Then Msgbox "You clicked the Cancel button" Else Msgbox "You entered: " & strAnswer End If End Sub | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |