Categories
Tags → Asp Code

Page Template Functionality

Based on an HTML template file, this ASP sample code formats pages of a web site dynamically. It allows you to change the appearance, layout, fonts, colours and pagewidth throughout the whole site just by replacing one template file. It also allows y...
DETAILS

Forms - Check Boxes

The checkbox object is coded along the same lines as radio buttons, however each checkbox must get its own unique name since the state of &"checked&" or &"not checked&" will be passed to ASP for each box. Remember ...
DETAILS

ASP Server Outrage Reporter

If you have a website and want to know when it goes down, here''s a simple ASP code to report when your server goes down.
DETAILS

Downloading Files with VBScript and ASP

Setting up a simple file downloading system with VBScript and ASP is no sweat. The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a client''s browser and be unable to be downlo...
DETAILS

Self Submitting Pages

A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in which you need ...
DETAILS

Free Active Servers Counter

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.
DETAILS

Free Simple Ad Rotator

This is a set of ASP scripts that allows you to show to your visitors different ads each time they access a page from your server. The system is based in three different pages: global.asa that will be assigned a variable name session(&"ad&am...
DETAILS

Reading XML file with Active Server Pages

This tutorial provides introduction to XML and then moves on to create an XML page. Step by step instructions are given to read the data from XML file using ASP pages. Sample Code and online demo available.
DETAILS

Accessing ASP intrinsic objects from within Java COM Component

Step by step tutorial on creating a Java COM component which accesses and uses ASP Intrinsic Components. Sample Project files, Component and ASP code available for download.
DETAILS

Creating a Server Component with Visual Basic

This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but al...
DETAILS

Page:
©2003-2019 jCay.com