Button1.Attributes.Add(
"onclick"
,
"return confirm(’确认?’)"
);
button.attributes.add(
"if(confirm(’are you sure...?’)){return true;}else{return false;}"