ESH/includes/pdf.txt

15 lines
308 B
Plaintext
Raw Permalink Normal View History

2024-10-23 18:28:06 +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();