Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <script type="text/javascript" src="jquery-1.4.3.min.js"></script>
- <script language="javascript">
- $( document ).ready( function() {
- $("a[rel='pop-up']").click(function () {
- var caracteristicas = "height=500,width=800,scrollTo,resizable=1,scrollbars=1,location=0";
- nueva=window.open(this.href, 'Popup', caracteristicas);
- return false;
- });
- });
- </script>
- </head>
- <body>
- <?php
- $carrera=145;
- $ciclo=70;
- ?>
- <p><a href="reporte_matriculados.php?carrera=<?php echo $carrera;?>&ciclo=<?php echo $ciclo;?>" rel="pop-up">Generar Reporte</a></p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment