Agregando info:
Encontré el problema. Es el link. con un input button funciona
Código:
actualizar.onclick = function(){
window.frames[0].history.go(0);
return true;
};
a la perfección actualizando el iframe, pero en href="#" o href="javascript
:;" no me toma el click
Ideas?