0
Blank text prompt box
Does any one know how to make a text prompt that you can type in?
3 Respuestas
+ 10
Using JavaScript,
var a = window.prompt("Enter input:");
makes a text prompt that you can type in.
+ 1
how to create your own prompt window, or just call default prompt?
0
Thank you