kisoross
11-21-2002, 03:46 AM
I need to print a barcode using a bar code printer.
currently i have some samples written in Visual Basic & QuickBasic.
But I need to print the barcode from an ASP page either using VBScript or JavaScript.
since I cannot run the VB .exe from the web page, and cannot pass the text value to the VB from HTML , I cannot use the existing samples for printing the barcodes from the ASP.
While converting VB to VBScript there is no method "Print" in VBScript.
Can anyone help me to print the barcode from ASP using any other methods.
(since barcode printing requires setting font and giving printing commands line by line, the method should be able to handle line by line printing ; not the entire page printing) .
currently i have some samples written in Visual Basic & QuickBasic.
But I need to print the barcode from an ASP page either using VBScript or JavaScript.
since I cannot run the VB .exe from the web page, and cannot pass the text value to the VB from HTML , I cannot use the existing samples for printing the barcodes from the ASP.
While converting VB to VBScript there is no method "Print" in VBScript.
Can anyone help me to print the barcode from ASP using any other methods.
(since barcode printing requires setting font and giving printing commands line by line, the method should be able to handle line by line printing ; not the entire page printing) .