dwh/prm_print.php

38 lines
1.4 KiB
PHP
Raw Permalink Normal View History

2023-10-02 10:26:17 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Data Warehouse</title>
<META content="text/html; charset=ISO-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<LINK href="Css/style.css" rel=StyleSheet type=text/css>
<style type="text/css" media="print">
thead.print {display: table-header-group;}
img.print {display: none;}
button {display:none;}
</style>
</HEAD>
<BODY style="background:white" onload="onLoadFunction();">
<?php include_once("headerPrint.php")?>
<table bgColor=#ffffff border=0 cellPadding=0 cellSpacing=1 width="100%">
<tr>
<td Align=center width=100%>
<table bgColor=#ffffff border=0 cellPadding=5 cellSpacing=1 width="100%">
<tr>
<td><span id="ParameterDisplay" bgColor=#ffffff></span></td>
</tr>
</table>
</td>
</tr>
</table>
<script language="JavaScript" type="text/javascript">
function onLoadFunction(){
var x = window.dialogArguments;
document.getElementById("ParameterDisplay").innerHTML = x.parameterlist.innerHTML;
window.print();
window.close();
}
</script>
</body>
</html>