Getting feedback emails from a formWalk step-by-step through the feedback form and email code, with pages devoted to CDONTS, JMail, ASPMail and now ASPEmail too...
Getting Started with ASP MessagingThis paper presents an overview of what you need to think about when designing a messaging application to be run from an Active Server Page (ASP). Since this paper is meant to be an overview, there are several references to other publications that...
Google Web Search APIsFind an easy to use implementation of the Google search service using SOAP and XML. Displays web page results just like on google.com with directory listing results. Cut and paste source code to new file and download the Google APIs files.
How to Check if a file exists using FileSystemObjectIn many cases we need to check if a particular file exists on the server or not. This simple function returns true or false based on the file existence. Just pass a valid file name to the function.
How to implement a \"render this page to PDF button\"If you would like to have a button on your ASP(X) (or PHP, JSP, CFM etc. or HTML) pages to print/display that page as PDF or your are trying to display your asp pages, something like report.asp?id=12345 to the browser as PDF file so that the users...
How to populate a dynamic dropdownUse this small code to populate a dropdown from a database tabel in an ASP page. This Sub Routine will check for selected Record and mark as Selected.
Many developers appreciate the ease of using the Scripting.FileSystemObject to open an ASCII file and then display its contents in Microsoft Word or Microsoft Excel...