Wednesday 8 February 2012

Conformation window

Put these lines inside a java script function

var msg;
msg= "Are you sure you want to delete the data ? " + ttt + " - ID= "+id;
var agree=confirm(msg);

No comments:

Post a Comment