Probabilmente e` un probelma di temporizzazioni.

Metti anche un return false, altrimenti il form viene inviato e il window.location.href= viene fermato:

if ((document.frm.primoparametro.options[document.frm.primoparametro.selectedIndex].value==1) && (document.frm.secondoparametro.options[document.frm.secondoparametro.selectedIndex]value=="A"))
{

document.location.href='ciccio.htm';
return false;

}