function Confirmation(Text,theURL) { if (confirm(Text)) window.location.href=theURL; } function ShowModal(Text) { var ef=document.getElementById('eForm'); if (ef) { ef.innerHTML=Text; $('#eModal').modal(); } }