- 1,233 categories
- 40,467 scripts
Updated: 09/05/2006
- Using a simple server-side include (SSI), ASP developers can use TraceLog''s simple but powerful tracing facilities to view events on remote web servers straight from an Internet-enabled Windows PC. TraceLog events are easily added to new or existing ASP scripts using a single line of code. Each event includes: The Form collection; The QueryString collection; The Session collection; The Cookie collection. This information makes TraceLog perfect for speeding up development or helping to support ASP-driven sites.
- Categories
- Tags
- Platforms
- Licenses
- This script will validate form input against field in a database. The script will connect to the database and query the database fields - if the form input matches the database, a cookie will be allocated which will remain across any further ASP page...
- This is a Web-based cookie script generator. You enter cookie''s name, value and expiration in days, and it will automatically generate an ASP document for you.
- This article will explain the problems faced with detecting cookies in ASP and address them one by one. You will then be presented with a cookie detection script written in ASP that you can use on your own site.
- This is an ASP text counter using an Access database. It features: Cookie function, Add various counters to the same database (hit counter), and more.
- 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 set. Also, the clients browser must have cookies enabled for them to work. Here is a very simple example...