hi all.
lets say i want a button to fire a dialog box when clicked.... if u clicked on "yes", the process will continue; if clicked on "no", the process will stop.
this is just an example.
my questions is...in this code below... how do i continue the if then else statement?
Me.RegisterStartupScript("Success", "<script language='javascript'>confirm('Do you wish to submit?');</script>")
thanks alot..
valerie
lets say i want a button to fire a dialog box when clicked.... if u clicked on "yes", the process will continue; if clicked on "no", the process will stop.
this is just an example.
my questions is...in this code below... how do i continue the if then else statement?
Me.RegisterStartupScript("Success", "<script language='javascript'>confirm('Do you wish to submit?');</script>")
thanks alot..
valerie