Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you do a Print.me! command button on an ASP form?

Status
Not open for further replies.

DaveMac

Technical User
Apr 9, 2000
161
US
How do you do a Print.me! command button on an ASP form? I have recreated a form as an ASP page but I am not sure how to recreate the print PO button?



Thanks
 
In the DOM (Document Object Model) documentation, have a look at the window.print method.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
That is where I have looked and just find items related to forms and such. They list a million ways to do this from a FORM, Macro or VBA code however none that I see to print a report to the default printer of the PC running the ASP page. The DB resides on a server with no printer and the ASP is running client side then this command button.


I am not sure how to get there from here.
 
Sorry, I didn't knew that Print.me! meant print a report.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top