Faxing a web page



Hello

I have the following code to fax a word doc, but has anyone idea how to fax the output of a URL.

Following is the code........
----------
Dim FaxServer As Object

Dim FaxDoc As Object
'Create FaxServer object...
Set FaxServer = CreateObject("FaxServer.FaxServer")
'...and connect to it - no empty name allowed
FaxServer.Connect ("tahir")
'Create document
Set FaxDoc = FaxServer.CreateDocument("c:\test.doc")


FaxDoc.FaxNumber = "6368855"
FaxDoc.RecipientName = "John Doe"
FaxDoc.Send

Set FaxDoc = Nothing

FaxServer.Disconnect

Set FaxServer = Nothing
.



Relevant Pages

  • Re: Problem by sendig a fax
    ... Please do not send email directly to this alias. ... "Peter Haider" wrote in message ... > Dim Faxserver ... > Set Faxserver = Server.Createobject ...
    (microsoft.public.win2000.fax)
  • Faxing a Web Page
    ... I have the following code to fax a word doc, but has anyone idea how to fax the output of a URL. ... Dim FaxServer As Object ... Dim FaxDoc As Object ... Set FaxServer = CreateObject ...
    (microsoft.public.windowsxp.print_fax)
  • Faxing a web page
    ... I have the following code to fax a word doc, but has anyone idea how to fax the output of a URL. ... Dim FaxServer As Object ... Dim FaxDoc As Object ... Set FaxServer = CreateObject ...
    (microsoft.public.vb.general.discussion)
  • FaxDoc error
    ... but I get an error message (ActiveX component can't create object) ... Dim FaxServer As Object ... Dim FaxDoc As Object ... Set FaxServer = CreateObject ...
    (microsoft.public.access.modulesdaovba)