Is there any way to customize javascript prompt box?
I want to make my prompt to accept only numeric input… (I want to bind the keyup event – to be specific)
Is it possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No you cannot, but you may want to research Javascript modal windows – they may be what you are looking for. Or you can do something like this: