- 1,251 categories
- 40,829 scripts
- This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database.
Last...
- Categories
- Platforms
- Licenses
- In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.
- Categories
- Platforms
- Licenses
- Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.
- Categories
- Platforms
- Licenses
- The following ASP code will allow you to Count through all form field names and values posted to this script.
It can be easily adapted to make simple feedback form mailers, where this code allows any new forms fields to be automatically picked u...
- Categories
- Platforms
- Licenses
- ASP source code for fast chat with no page refreshes. Written in ASP and DHTML only. No hidden java applets, frames or layers. Works with IE 4+ && Netscape 6+ on Win, Mac and Unix. Features: Admistration page and many customization parameters...
- Categories
- Platforms
- Licenses
- This is a simple ASP session counter that allows you to count how many unique user sessions were opened in your site. Useful for tracking the number of unique users.
- Categories
- Platforms
- Licenses
- Easily count and display the number of click through from your site with a database. Simply set all the links that you want to track to a single asp document and pass the URL as a querystring variable. The following example will display a page with a...
- Categories
- Platforms
- Licenses
- This is a simple ASP script that lets you count and show in your pages the number of active visitors in a given moment. The script has two parts: a file name global.asa, and a small code to place in your pages to show the number of active users.
- Categories
- Platforms
- Licenses
- You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI).
- Categories
- Platforms
- Licenses