|
-
Jun 15th, 2001, 01:23 PM
#1
Thread Starter
Hyperactive Member
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
-
Jun 15th, 2001, 01:31 PM
#2
Black Cat
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:
Set whatever = Server.CreateObject("ProjectName.ClassName")
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.
-
Jun 15th, 2001, 01:37 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|