Programacion en un PDF


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. var f = this.getField("Servicio1").value;
  2. this.getField("Servicio2").value = f;
  3. this.getField("Servicio3").value = f;
  4. var f = this.getField("Fecha1").value;
  5. this.getField("Fecha2").value = f;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.