Sino, setTimeout:
Código Javascript
:
Ver originalfunction agrandar(e){ setTimeout("agrandar2(e)",200); }
function agrandar2(e){
var code = (document.all) ? event.keyCode:e.which;
var ctrl = (document.all) ? event.ctrlKey:e.modifiers & Event.CONTROL_MASK;
if (window.event.ctrlKey){
if (window.event.keyCode == 86) {
var msg = document.forms['formulario'].TAestado.value;
}
}
}