|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|