Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Html Print options
Name: Shaggy Date: February 8, 2002 at 06:31:11 Pacific
Comment:
I am trying to create a corny little form in html for a user enter info, print and then reset the form. I can do this but the user would like to automatically go to 2 different printers on my network. Any Ideas on how I can do this?
Summary: If you are using Windows 2k or XP, simply shell execute them using the PRINT option: ShellExecute handle,"PRINT","this.html","","",SW_HIDE BTW: ShellExecute is a Windows API, so you need to add the d...
Summary: Hey everyone, On my program I have a internet browser with a button that brings up the print option to print the contest in the browser. This is all well and good... ...however! You know when you prin...
Summary: I think what you need is following. If you have a submit, you can call the perl script directly as FORM action as follows. <form method="POST" action="/cgi-bin/name_of_perl_scrip.pl"> &...