<script type=”text/javascript”>
function chk(){
//alert(“hello”);
var best= confirm(“are u sure to perform this action”);
if(best == true){
form.submit();
}else{
return false;
}
}
</scrept>
</head>
<script type=”text/javascript”>
function chk(){
//alert(“hello”);
var best= confirm(“are u sure to perform this action”);
if(best == true){
form.submit();
}else{
return false;
}
}
</scrept>
</head>