I want to make a popup box using javascript where I can input 3 textboxes. I tried the prompt() but it
only allows me to input one textbox. Can anyone please make suggestion to me? Many thanks.
popup box question
Moderator: General Moderators
Re: popup box question
Maybe try three successive prompts?
But really, rather than prompts, try using form validation that does not allow the user to continue until required data has been provided. It's much less annoying than popup boxes (which you'll notice hardly anyone uses anymore for good reason).
But really, rather than prompts, try using form validation that does not allow the user to continue until required data has been provided. It's much less annoying than popup boxes (which you'll notice hardly anyone uses anymore for good reason).