|
|
|
|
|
| | |
| |
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)


|
|
|
|
Subject: |
Re: Printing from an ASP page |
|
From: |
Ashok Singh |
|
Date: |
8/18/2001 8:23:23 AM |
|
IP: |
203.199.231.163 |
Just Do this?
<SCRIPT LANGUAGE="JavaScript">
function printPage()
{
if (window.print)
window.print()
else
alert("Sorry, your browser doesn't support this feature.");
}
</SCRIPT>
Just Call this function printPage()
Pl. reply, if u have over come the problem..
Ashok
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|