“We believe that the Environment is one of our greatest assets. and we are dedicated to developing sustainable waste management solutions in collaboration with our clients through renewable and ecological methods.”
907 Westwood Blvd. #361 Los Angeles CA, 90024
888-365-1667
8:00 am – 5:00 pm
Please provide us with the following information
RMWRCRA/HAZSharps DisposalSharps Re-Usable ProgramSharps Mail Back ProgramSharps Managed ProgramPathologicalUniversalCannabisBulk ChemoTrace ChemoNon-Hazardous PharmaceuticalsShreddingWISE Online Training Module
function validateEmail5509777000000890005()
{
var form = document.forms['WebToLeads5509777000000890005'];
var emailFld = form.querySelectorAll('[ftype=email]');
var i;
for (i = 0; i < emailFld.length; i++) { var emailVal = emailFld[i].value; if((emailVal.replace(/^s+|s+$/g, '')).length!=0 ) { var atpos=emailVal.indexOf('@'); var dotpos=emailVal.lastIndexOf('.'); if (atpos<1 || dotpos=emailVal.length)
alert('Please enter a valid email address. ');
emailFld[i].focus();
return false;
}
return true;
function checkMandatory5509777000000890005() {
var mndFileds = new Array('Company','First Name','Last Name','Email');
var fldLangVal = new Array('Company','Firstx20Name','Lastx20Name','Email');
for(i=0;i<mndFileds.length;i++) { var fieldObj=document.forms['WebToLeads5509777000000890005'][mndFileds[i]]; if(fieldObj) { if (((fieldObj.value).replace(/^s+|s+$/g, '')).length==0) { if(fieldObj.type =='file') { alert('Please select a file to upload.'); fieldObj.focus(); return false; } alert(fldLangVal[i] +' cannot be empty.'); fieldObj.focus(); return false; } else if(fieldObj.nodeName=='SELECT') { if(fieldObj.options[fieldObj.selectedIndex].value=='-None-') { alert(fldLangVal[i] +' cannot be none.'); fieldObj.focus(); return false; } } else if(fieldObj.type =='checkbox'){ if(fieldObj.checked == false){ alert('Please accept '+fldLangVal[i]); fieldObj.focus(); return false; } } try { if(fieldObj.name == 'Last Name') { name = fieldObj.value; } } catch (e) {} } } trackVisitor5509777000000890005(); if(!validateEmail5509777000000890005()){return false;} document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true); } function tooltipShow5509777000000890005(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if(tooltipDisplay == 'none'){ var allTooltip = document.getElementsByClassName('zcwf_tooltip_over'); for(i=0; i<allTooltip.length; i++){ allTooltip[i].style.display='none'; } tooltip.style.display = 'block'; }else{ tooltip.style.display='none'; } }