shanuragu
12-13-2003, 03:34 AM
Hi
I am printing details of a web page using the following code.
<script>
function PrintItNow()
{
window.print();
}
</script>
This function will be called in onload function of the body tag.
Web page contents (2 logos and text values) are displayed in a table under a while loop.
My problem is when I try to print this page only part of top logo is printed & rest of the page is empty. If try to print the page by rt clicking on the page & selecting print option, same problem repeats here.
What could be the reason??? It is very urgent, plese help.
shara
I am printing details of a web page using the following code.
<script>
function PrintItNow()
{
window.print();
}
</script>
This function will be called in onload function of the body tag.
Web page contents (2 logos and text values) are displayed in a table under a while loop.
My problem is when I try to print this page only part of top logo is printed & rest of the page is empty. If try to print the page by rt clicking on the page & selecting print option, same problem repeats here.
What could be the reason??? It is very urgent, plese help.
shara