| free hosting image hosting hosting reseller online album e-shop famous people | ||
![]() ![]() |
||
var whatName=prompt("Please type in your name:","");The first parameter of the prompt, "Please type in your name:" , is whatever question you wish to ask the user.
if ((whatName != "")&&(whatName !=null))If legitimate text is entered, the output is Hello, sometext !
Open Prompt Test page