Advertisment
Cookies are not transferrable across domains; the only domain that can access the cookie is the domain that created it. This article describes...
Cookies are a very useful; they can store usernames/password, preferences, last visits, etc. This short explains how to store information a user...
Cookies can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can...
One of the problems on the net is that you seldom know whom your dealing with. Is it a newbie on your site, a regular guest or your boss?...
Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to...
Cookies enable you to write text directly to a users computer. This can be used to easily recognize if a user has been to your site before or used...
This is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved
Views: 1047 | | by Stephen
ASP - Counters
This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter...
Views: 987 | | by Jarry
ASP - Counters
This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
Views: 1068 | | by Isac
ASP - Counters
Want to show current number of users on your ASP page? This article lets you show a way to access IIS/ASP performance values from ASP. Source to...
Views: 976 | | by Tutorial
ASP - Counters
This article illustrates a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically it explains how to...
Views: 897 | | by Sarah
ASP - Counters
What's behind an image? Just about anything you there to be including a db. A typical image tag downloads an image to be processed by the...
Views: 964 | | by Tutorial
ASP - Counters
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...
Views: 1031 | | by Jarry
ASP - Counters
The help system presented in this article is self contained and can be updated and altered without impacting the original Web application. The help...
Self explaining sort scripts to compare dates. You may use them to display your age, time period fromm a given date or happening etc. (DateDiff,...
Shows the basic methods to display date, time and text in a ASP script. Examples on different ways to display the date and time presented.
The author writes 'Many places on the web feature the date that the current document was last modified on. Rather than changing the date...
There are a number of ways to have users input dates into your application. Dropdown menus are the preferred method employed as there will...
Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies. Source code available for...
This tutorial explains how to do recursive subroutines in ASP (VBScript). Use this algorithm to create threaded discussions, directories, or...