-1
現在のhtmlページを文書として保存して印刷するonclickイベントを作成しようとしています。文書として保存してhtmlページを印刷するOnclickイベント
<html>
<body>
<div class="reportformat">
<div class="format1">
<table>
<tr>
<td><b> Blood Values </b></td>
<td><b>Normal Values</b></td>
</tr>
<tr>
<td>Haemoglobin :</td><td><?php echo $_POST["hb"]; ?>G%</td>
<td> [ M:13.5 -17.0G% ---- F:12.5-16.0G% ]</td>
</tr>
</table>
<div id="b1"><center>SAVE & PRINT</center></div>
</div>
</div>
</body>
</html>
Can anyone please help me saving the current html page as word document using jquery or javascript.
あなたはhtmlを取る必要があります。ajax、exec PHPへの変換をute、あなたは大丈夫です。 私はPandoc(http://pandoc.org/)を使って、exec/shell_execを使ってphpに変換することをお勧めします(http://stackoverflow.com/questions/1624485/how-to-convert-html-file-to -word#22910356) – calexandre
ヒント: '$ _POST [" hb "]'のようなものは使用しないでください。 – LBA