1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| <html>
<head>
<title>Export PDF Excel</title>
</head>
<body text="#000000" bottommargin="0" leftMargin="0" link="navy" vlink="navy" alink="red" topMargin="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<table>
<tr>
<td>
<input type="button" name="Excelexp" value="Excel" onclick="self.location.href='lien.html'" style="background-color:#3cb371" style="color:white; font-weight:bold"onclick>
</td>
<td>
<input type="button" name="Pdfexp" value="PDF" onclick="self.location.href='lien.html'" style="background-color:#3cb371" style="color:white; font-weight:bold"onclick>
</td>
</tr>
<tr>
<td>
<input type="button" name="retour" value="retour" onclick=window.open("self.location.href='bi4crm.asp'", "MsgWindow", "width=200, height=100") style="background-color:#3cb371" style="color:white; font-weight:bold"onclick>
</td>
</tr>
</table>
</body>
</html> |
Partager