Guest User

Untitled

a guest
Mar 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <script>
  2. function cambio(id)
  3. {
  4. var contenido =
  5. document.getElementById('fila_seleccionada'+id).innerHTML;
  6. document.getElement.ById('fila_de_arriba').innerHTML = contenido;
  7. }
  8.  
  9. <%--
  10. Document : resultadoReserva
  11. Created on : 17-mar-2018, 21:25:50
  12. Author : simon.pereira
  13.  
  14. <input type="submit" value="VER" class="btn btn-primary">
  15. </form>
  16.  
  17. <!--<button type="reset" value="LIMPIAR" class="btn btn-primary">LIMPIAR</button>-->
  18. <input type="button" onclick="location.href='detalleVuelo.jsp'" value="VOLVER" class="btn btn-primary">
  19.  
  20.  
  21. </body>
Add Comment
Please, Sign In to add comment