ohctech_p8/includes/pdf.txt

15 lines
308 B
Plaintext
Raw Normal View History

2024-10-16 19:18:52 +05:30
<form method="POST" form="form1">
<input type="hidden" name="htmlText" id="htmlText">
</form >
var htmlContent="";
htmlContent=$('#table').html();
$("#htmlText").val(htmlContent);
document.getElementById("form1").action="localhost/railtech/dynamic_pdf.php";
document.getElementById("form1").submit();