View Single Post
Old 06-16-2005, 06:55 PM   #2 (permalink)
jeffro
Person of interest
 
jeffro's Avatar
 
Join Date: Mar 2003
Location: New Jersey
Posts: 102
jeffro is on a distinguished road
It depends on what you want to do with it.

You can do it in javascript like this:
Code:
confirm("Are you sure you want to do this?");
That returns a boolean based on the users selection of "OK" or "Cancel"

Does that help?
__________________
Jeffro
Linux counter#:213782
GnuPG ID: 406238E7
jeffro is offline   Reply With Quote