Dialog BOX

Visual Web PackFriends,I like create dialog box and the user choice the response type<YES> <NO:> <CANCEL> Who help, very thankśI type from Brazil and youu ?
[221 byte] By [jg1234a] at [2007-11-27 7:32:55]
# 1
Hi!You can use JavaScript function on some event:For example for button's onClick event You can use this:confirm("Are You sure?");In this case dialog with string "Are You sure?" and "Yes" and "No" buttons appears.Thanks,Roman.
-Grif-a at 2007-7-12 19:13:17 > top of Java-index,Development Tools,Java Tools...
# 2
okay,Like me could catch the sequel from response?
jg1234a at 2007-7-12 19:13:17 > top of Java-index,Development Tools,Java Tools...
# 3
Hi!If You click 'Yes' in this dialog, then control is passed to an action event handler of the component, which JavaScript action called the dialog. If You click 'No', then nothing happens.Thanks,Roman.
-Grif-a at 2007-7-12 19:13:17 > top of Java-index,Development Tools,Java Tools...