C'è un grossolano errore nel codice Javascript della pagina, più precisamente al posto di
wfem.submit();
deve starci
document.getElementById("wfem").submit();
Segnala il problema al webmaster.
Intanto come workaround, potresti provare questo (non so se funziona, ad occhio mi sembra di sì): creati una pagina web così scritta e salvala dove ti pare
<html><body>
<form id="wfem" action="https://www.consulenti-globali.it/prgm/cmd.wfem" method="post" target="wfemP">
<input type="hidden" name="wfemCmd" value="cmd.showLogin">
<input type="hidden" name="country" value="ITA">
<input type="hidden" name="channel" value="P">
<input type="hidden" name="organization" value="">
<input type="hidden" name="customHomePageDir" value="">
<input type="hidden" name="language" value="IT">
<input type="hidden" name="protocol" value="https">
<input type="hidden" name="url" value="www.consulenti-globali.it">
<input type="hidden" name="starturl" value="https://www.consulenti-globali.it">
</form>
<script language=javascript>
var w = screen.width-(screen.width*0.01);
var h = screen.height-(screen.height*0.10);
var a = window.open("about:blank","wfemP","toolbar=no,resizable=yes,status=yes,top=0,left=0,width="+w+",height="+h);
document.getElementById("wfem").submit();
document.location.href = "about:blank"
</script>
</body></html>
Poi prova ad aprirla con Firefox.... forse va
Ciao, Paolo