Search Many Sites from One LocationThe ability to search many websites from one location is a great tool that compliments any web site. By passing user input for the search terms in combination with the search location from some of the more popular search engines and utilizing...
Send Binary Data from ASPEver wondered how we can send binary data to the client? This tutorial illustrates how to send the contents of an existing file to the client and force a Save As dialog box
Sending emails with ASP and CDOSending emails from within ASP scripts is one of the simplest things you can do in ASP. To show the simplicity of email, we are going to use CDONTS.
Why ? CDONTS is included in IIS4 OP4 (Windows NT4) and in IIS5 (Windows 2000), therefore it's widely...
SERVER VARIABLESOne way of collecting valuable web statistics is through the use of server variables. Server variables retrieve information from the user's browser. You can use these to get all kinds of useful information, such as browser details, connection methods...
Session.LCID (LOCALE ID)If you have developed international web sites, you had to format dates, numbers, currecy, etc. yourself and relying on the version of Windows that was installed on the server was no good idea in case you moved sites from say The United States to a...