function Add(){

    if ( form_registrazione.frmRagionesociale.value==''){alert('Inserire Ragione Sociale');return false;}
    if ( form_registrazione.frmPIVA.value==''){alert('Inserire Partita IVA');return false;}
    if ( form_registrazione.frmEmail.value==''){alert('Inserire Email');return false;}
    if ( form_registrazione.frmTelefono.value==''){alert('Inserire Telefono');return false;}
    if ( form_registrazione.frmUtente.value==''){alert('Scegliere un Utente');return false;}
    if ( form_registrazione.frmPassScelta.value==''){alert('Scegliere una Password');return false;}

    document.form_registrazione.method="get";
    document.form_registrazione.action="insertregistrazione.asp";
    
    document.form_registrazione.submit();
}

function Add_us(){
    if ( form_registrazione.frmRagionesociale.value==''){alert('Insert Company name');return false;}
    if ( form_registrazione.frmEmail.value==''){alert('Insert Email');return false;}
    if ( form_registrazione.frmTelefono.value==''){alert('Insert Telephone');return false;}
    if ( form_registrazione.frmUtente.value==''){alert('Insert User');return false;}
    if ( form_registrazione.frmPassScelta.value==''){alert('Insert Password');return false;}

    document.form_registrazione.method="get";
    document.form_registrazione.action="insertregistrazione.asp";
    
    document.form_registrazione.submit();
}


function Update(){
    document.form_utenti.method="get";
    document.form_utenti.action="abilitautente.asp";
    document.form_utenti.submit();
}

function Delete(){
    document.form_utenti.method="get";
    document.form_utenti.action="deleteutente.asp";
    document.form_utenti.submit();
}

function controllocampi(){
if ( form_registrazione.frmRagionesociale.value==''){alert('Inserire Ragione Sociale');return false;}
if ( form_registrazione.frmPIVA.value==''){alert('Inserire Partita IVA');return false;}
if ( form_registrazione.frmTelefono.value==''){alert('Inserire Telefono');return false;}
if ( form_registrazione.frmEmail.value==''){alert('Inserire Email');return false;}
}

