/**

popular collection of scripts for all

*/
/** Search */

Introduction to ASP

 }

Response.Redirect Usage

Hits: 35
*****
1.0
Response.redirect is used to
This article tells you how to
This article will tell you
This tutorial helps you
move any request form client
pass variables to an ASP
how to find the full URL of
understand: How ASP server
to another page. This is
page using the QueryString,
the current page with ASP:
presents the programming
most common usage to tell
and how to access them from
domain name, path and the
environment to ASP pages
browser to get another page
that page.
QueryString.
with a number of run-time
and to redirect any request
 
 
objects. Basic properties
to other source.
 
 
and methods of run-time
 
 
 
objects: request, response,
 
 
 
server, application, and
 
 
 
session.


Date: Jan, 02 2007


Date: Dec, 10 2006


Date: Dec, 10 2006


Date: Oct, 30 2006
ASP performs several types of
To use an object in ASP, you
Sometimes when you write
This tutorial helps you to
repetitive operations,
should create an instance of
code, you want to perform
understand:
called "looping".
an object. We use
different actions for
"scrrun.dll"
Loops are set of
'CreateObject method'
different decisions. You can
"Dictionary" Class
instructions used to repeat
creating object. Let's see
use conditional statements
 
the same block of code till
it on an real application. .
in your code to do this.
"FileSystemObject"
a specified condition
 
There are two types of
Class "Drive"
returns false or true
 
conditional statements in
Class "Folder"
depending on how you need
 
ASP: if...then and select
Class "File"
it. This tutorial shows the
 
case. In this tutorial we
Class
basic idea on how to use
 
will show how to use both of
"TextStream" Class
looping statements in ASP,
 
them.
 
along with examples, and
 
 
 
descriptions of the examples.
 
 
 


Date: Sep, 27 2006


Date: Sep, 18 2006


Date: Sep, 16 2006


Date: Aug, 27 2006
{ Copyright } ©2006 NuclearScripts.com