Page 1 of 1

popup box question

Posted: Wed Aug 04, 2010 4:52 am
by supernova122
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.

Re: popup box question

Posted: Wed Aug 04, 2010 11:18 am
by JakeJ
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).