|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|