Aqui os dejo mi codigo Html, si no estoy en el lugar correcto perdon.-
Gracias!
Código HTML:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script language="javascript"> function confirmacion(){ confirmar=confirm("¿Esta seguro/a de salir sin guardar la factura creada?"); if (confirmar){ window.location="welcome.php" }else{ return false;} } </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="themes/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css" /> <link href="boton3d.css" rel="stylesheet" type="text/css" /> <link href="red3d.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .Estilo1 {font-size: 10px} --> <body style="background-color:#FFFFFF; font-size:11px; font-family:Arial, Helvetica, sans-serif;"> <table width="1050" height="130" border="0" align="center" cellspacing="0" background="images/top_1050.png"> <tr> </tr> </table> <table width="1050" border="0" align="center" cellpadding="0" cellspacing="0" background="images/center_1050.png"> <tr> <tr> <td bgcolor="#FFFFFF"> <table width="100%" height="72" border="1" align="center" cellpadding="0" cellspacing="0"> <tr> </tr> <tr> </tr> <tr> </tr> </table> <table width="100%" border="1" align="center" cellpadding="0" cellspacing="0"> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> <input type="submit" name="button" onclick="confirmacion()" value="Salir sin Guardar" class="boton_red" /> <input type="button" value=" Imprimir  " onclick="javascript:window.open('convertirpdf.php')" class="boton3d"> </tr> </table> </td> </tr> </tr> </table> <table width="1050" height="45" border="0" align="center" cellspacing="0" background="images/down_1050.png"> <tr> </tr> </table> </body> </html>