?
Current Path : /home1/savoy/public_html/savoyglobal.net/futuredraft/application/views/email/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/futuredraft/application/views/email/emailfunctions.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <script type="text/javascript"> function showclassdiv(divid,chk) { var testvalue = chk.checked; if(testvalue) { document.getElementById(divid).style.display = 'block'; } else { document.getElementById(divid).style.display = 'none'; } } function hideclassdiv(divid,chk) { var testvalue = chk.checked; if(!testvalue) { document.getElementById(divid).style.display = 'block'; } else { document.getElementById(divid).style.display = 'none'; } } checked = false; function checkasll(chk) { if (checked == false) { checked = true; }else { checked = false; } //document.getElementById('check_mobile').checked=chk.checked; for (var i = 0; i < document.getElementById('validateform').elements.length; i++) { document.getElementById('validateform').elements[i].checked = checked; } } </script>