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)
if(confirm("Are you sure?")) doThis() else doThat()
..but are you sure?
Timotheos
10:10 pm on Apr 23, 2004 (gmt 0)
You want what is called a "message box". Try doing a search on javascript message box.