popup box question

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
supernova122
Forum Newbie
Posts: 4
Joined: Tue Apr 06, 2010 11:21 pm

popup box question

Post 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.
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: popup box question

Post 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).
Post Reply