![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/01/2014, 06:53
|
![Avatar de ZiTAL](http://static.forosdelweb.com/customavatars/avatar57376_1.gif) | | | Fecha de Ingreso: marzo-2004 Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 11 meses 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" />
|