+ 1
prompt
hello, anyone knows how can i code a prompt with multiple choices? thank you very much, not a multiple choices in html, i need a prompt.
2 ответов
+ 3
var a=prompt("this is prompt ");
//You can use javascript prompt function for that, place many prompt you want to make multiple prompt.
//
var a=prompt("first choice");
var b=prompt("second choice");
var c=prompt("third choice");
+ 2
Thank you shudarshan. May be I need to appoint that in only one Prompt the user can be choice o check options. Could you gimme some advice?