Is there any way to create prompt in JavaScript with two input fields ?
I tried that code, but it didn\'t help me :
var a = prompt(\"A : \", \"\");
Short of constructing your own using DOM methods and Input elements: No.