Java script alert box script

<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>

Follow

Get every new post delivered to your Inbox.