Possibility's in order of simplicity: 1: Do a form submit to the place where the printing is done. then do a redirect from there back to the server.
2: Insert the form values into a database then run a scheduled service on the place where they are supposed to be printed to poll the database for unprinted items return the unprinted items and print these items 3: Email the values to the place where you wanted it printed and let the email be scanned there and print the values. ----- Original Message ----- From: "A B" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 01, 2004 10:11 AM Subject: [AspClassicAnyQuestionIsOk] Printing through ASP > > > Hi all, > > I'm currently working on an app. that involves printing the values of form > fields on another system. The client sends values to the server, to be > printed on another IP add. > > Can anyone pls help me with this. ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
