
... no es tema de JavaScript??
Código:
<html><head>
<script language="javascript">
function asignar() {
var anyo=eval(document.getElementById('camp1').value);
document.getElementById('camp2').value=anyo;
document.getElementById('camp3').value=(anyo+3);
}
</script>
</head><body>
<form>
<input name="camp1" type="text" id="camp1" size="5" maxlength="4" onBlur="asignar()">
<input name="camp2" type="text" id="camp2" size="5" maxlength="4">
<input name="camp3" type="text" id="camp3" size="5" maxlength="4">
</form>
</body></html>
Si es lo que buscas... espera a que muevan tu post.