| Thread | Last Post | Replies |
|
| How to prevent our client from using Scripting.FileSystemObject | 31 Dec 2006 19:56 GMT | 1 |
I offer web space for our client to host their website. We offer them to upload asp files. How can we prevent our client to upload asp files wSet objFSO = CreateObject("Scripting.FileSystemObject") objFSO.DeleteFile("C:\FSO\ScriptLog.txt")
|
| SMTPsvg.Mailer HTML format problem | 15 Dec 2006 09:30 GMT | 2 |
Hi, I am using the SMTPsvg.Mailer component to send email. But 1 problem that I have been experiencing now is that if I include the AddAttachment method, the email that is sent will not be in HTML format, even when I have already specified the ContentType. As a result, the email ...
|
| Multiple Calendar Control on one page | 06 Dec 2006 16:15 GMT | 1 |
I have a page that has 12 calendars, one for each year and I have postback events to record the change when the user click. The change is written to a database and then the page refreshed with the dates selected as highlighted in red.
|
| Sending email with attachment | 06 Dec 2006 16:14 GMT | 1 |
We would like to create a form that allows visitors to send email with attachment to us. We consulted our web hosting company, and they said that the components available are ASPSmartUpload, ASPEmail, CDONTS, CDOSYS, and ASPMail3.
|
| looking for samples | 06 Dec 2006 10:07 GMT | 1 |
Can someone suggest a couple of samples of the following: I have an normal windows unmanged c++ App that will open a session with my server and exchange some info. That is the app sends some info to the server and the server responds with either an answer (other info) or an error ...
|