Forum Moderators: open

Message Too Old, No Replies

Popup Warning Box

Are you sure you want to continue?

         

yowza

5:42 pm on Apr 23, 2004 (gmt 0)

10+ Year Member



I've looked everywhere for a way to create the standard browser warning box that has a question like "Are you sure you want to continue" and has yes and no buttons.

All my searches for popups return popup blockers, standard popups, etc.

Thanks.

Bernard Marx

10:07 pm on Apr 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




if(confirm("Are you sure?"))
doThis()
else
doThat()

..but are you sure?

Timotheos

10:10 pm on Apr 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You want what is called a "message box". Try doing a search on javascript message box.