J
Juan Gabriel Del Cid
Is it possible to create a print() function that prints
Well, the best you could do in this case is use javascript to print the
current document:
<html>
<head>
<title>Reports</title>
<script language="JavaScript"
function printMe() {
PrintMeStr.style.display = "none";
print();
PrintMeStr.style.display = "";
}
</script>
</head>
<body>
<!-- your report stuff here -->
<p id="PrintMeStr">
<a href="javascript
rintMe()">Print this report</a>
</p>
</body>
</html>
Hope that helps,
-JG
out the datagrid or somekind of report created base on
the datagrid?
Well, the best you could do in this case is use javascript to print the
current document:
<html>
<head>
<title>Reports</title>
<script language="JavaScript"
function printMe() {
PrintMeStr.style.display = "none";
print();
PrintMeStr.style.display = "";
}
</script>
</head>
<body>
<!-- your report stuff here -->
<p id="PrintMeStr">
<a href="javascript
![Stick Out Tongue :p :p](/styles/default/custom/smilies/tongue.gif)
</p>
</body>
</html>
Hope that helps,
-JG