Categories
Tags → Asp Variables

MiniChat

This is a small ASP based chat app... Features include badword filter, animated smilies, font color and size choice. All chat is stored in a database and messages are automatically removed after 1 hour. Also, all application variables have been...
DETAILS

ASP Application Object

The Application object is used to control and manage all items that are available to all users of an Active Server application. The Application items can be variables needed for all users in the application, or they can be instantiated objects that p...
DETAILS

ASP Forms Tutorial

Provides a step by step guide to pass ASP variables through a form and display the variables using response.write.
DETAILS

How to use the QueryString in ASP

This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.
DETAILS

agenda calendar

Organise your week with agenda-calendar.asp. All you have to do is initialize the variables at the beginning of the script, and you''re set. This is the ASP version of agenda-calendar.php. Agenda Calendar was written to provide a unique loo...
DETAILS

Login

Make ASP generated web content available only to you! This is the ASP version of login.php. isLogged() returns true if the cookies named UserName and PassWord are the same as the variables UserName and PassWord, the first 2 paramters of the function....
DETAILS

ASP Session Transfer across domains

You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess S...
DETAILS

Page:
©2003-2019 jCay.com