
04/01/2014, 06:53
|
 | | | Fecha de Ingreso: marzo-2004 Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 21 años, 1 mes Puntos: 62 | |
Respuesta: problema para ajecutar archivo con IE y firefox
Código HTML:
Ver original<!DOCTYPE html> <script type="text/javascript"> function printPage() { if (confirm("¿Imprimir Comprobante de Re-Inscripcion?")) { window.print(); window.location.href="vigencia.php"; } } <input type="button" onclick="printPage()" value="Print Page" />
|