|
|
|
|
|
| | |
|
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: how to print web page in code?help,help,help! |
From: |
glen |
Date: |
9/30/2000 12:33:56 AM |
IP: |
207.70.165.102 |
This code allows you to print from output of asp code such as an html form populated with variables selected from a database. You can just put this into your html.
<form>
<FONT face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">
<INPUT type="button" onClick="window.print()" value="Print this page" name="button">
</FONT>
</form>
hope this helps... |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|