I need to open up a new mail window in Outlook using ASP and fill that window with a send to email address, subject line and body. This is the code I have so far.
Dim objOutlookApp
Dim objEmailMessage
Set objOutlookApp= createobject("Outlook.Application")
Set...
I have an ASP page in which I connect to a database twice. The first time, the page retrieves a Category ID based on input from the previous page. After that, the page is to search a different table and retrieve all entries that have the above mentioned Category ID number. Howevever, when I...
ASP and IIS are fairly new to me. I have a simple ASP page I am trying to run as a test. I have installed IIS on our server (Windows 2000 server). I have also gone into the iis admin folder and set the folder properties to execute.(note: this was done for all users except "CREATOR...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.