Prompt on Send HTML file

D

dnz

Hello

can anybody help me do remove IE prompt during Fax Document send

oFS = CreateObject("FaxServer.FaxServer")

oFD = oFS.CreateDocument("....\file.htm")

oFD.FaxNumber = "9871234567"

JobId = oFD.Send()



now IE open Print Prompt dialog. How to remove this dialog ?

Thanks in advance
 
D

dnz

Hello,
because web service don't have a hands.

P.S. I register new extension HTQ to winword.exe and print html files
but winword print only well-formed html.
Primary task - print html file from web site.

Thanks to your attension
 
Joined
Nov 25, 2006
Messages
1
Reaction score
0
Dear sir/madam,

whats about you'r problem.

i get this problem. what you have done?


Hello

can anybody help me do remove IE prompt during Fax Document send

oFS = CreateObject("FaxServer.FaxServer")

oFD = oFS.CreateDocument("....\file.htm")

oFD.FaxNumber = "9871234567"

JobId = oFD.Send()



now IE open Print Prompt dialog. How to remove this dialog ?


Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top