Results 1 to 3 of 3

Thread: Faxing???

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    343

    Question Faxing???

    Hello,

    I was just wondering...... can I send a fax via my website using ASP??

    I have often done this using VB and all you need to do is send specified variables to the fax-software and there it goes.

    Is this at all possible using ASP/VBScript/JScript?? How can I do this??

    Thanks,
    T

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    I can't see why you couldn't. Make a COM DLL in VB wrapping the fax functionality and put it and the fax software on the web server.

    Then you could:
    VB Code:
    1. Set whatever  = Server.CreateObject("ProjectName.ClassName")
    2.  
    3. whatever.sendfax "Value1", 120, strWhateverElse
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    343

    Thanks

    Thanks Josh,

    That seems pretty simple!! I'm going to give it a bash... will just have to read up on COM DLL's again.

    Believe it or not, but I have not used this very often before, even though it is apparently the "way to do things" these days.

    T

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width