| |
stefantastisk
Posts: 1
Score: 0
Joined: 2/25/2003
From: Denmark
Status: offline
|
Hey people I am stuck with the situation that I want to print rawdata through the clients browser, without ANY formatting at all, because the formatting is included in some syntax that only the printer is familar with. Actually I want to simulate the dos command "print" through the browser and to the clients printer. Being an inexperienced VB programmer but a fairly good VBscripter, I've found the VB method "Open", for instance: Open "LPT1" For Output As f Print #f, "String" Close #f Is it possible in some way to do this through VBscript ? Hope you guys are capable of giving me a good answer :) I'm out /S
|
|