var rem_info =confirm("Are you sure you want to delete this additional information:");
if (rem_info==true){
document.location.href = dellink;
return true;
}
else{
return false;
}
Share this
Read 277915 times
Last modified on Monday, 08 July 2013 15:11