78 lines
3.3 KiB
HTML
78 lines
3.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<html dir=ltr><head><title>Understanding Active Server Pages</title>
|
|
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
TempString = navigator.appVersion
|
|
if (navigator.appName == "Microsoft Internet Explorer"){
|
|
// Check to see if browser is Microsoft
|
|
if (TempString.indexOf ("4.") >= 0){
|
|
// Check to see if it is IE 4
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else {
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
}
|
|
}
|
|
else if (navigator.appName == "Netscape") {
|
|
// Check to see if browser is Netscape
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
//-->
|
|
</script>
|
|
|
|
|
|
|
|
<SCRIPT LANGUAGE="VBScript">
|
|
<!--
|
|
Sub Window_OnLoad()
|
|
Dim frmContents
|
|
On Error Resume Next
|
|
If Not Parent Is Nothing Then
|
|
Set frmContents = Parent.Contents
|
|
If Not frmContents Is Nothing Then
|
|
frmContents.Window.TOCSynch_Click
|
|
End If
|
|
End If
|
|
End Sub
|
|
//--></SCRIPT>
|
|
|
|
<META NAME="DESCRIPTION" CONTENT="Navigational page for the ASP topics; contains links to conceptual information about ASP, and procedures for using it to create server-side scripts."><META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
|
|
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<META NAME="MS-IT-LOC" Content="Internet Information Services">
|
|
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
|
|
|
|
<h1><a name="introducingactiveserverpages">Understanding Active Server Pages</a></h1>
|
|
|
|
|
|
<p>Active Server Pages (ASP) makes it easy to generate dynamic content for the Web and to build powerful Web applications. Whether you are a Web designer or a Web developer, this introduction explains how ASP can help you.</p>
|
|
|
|
<p>This section contains:</p>
|
|
<ul>
|
|
<li><strong><a href="iiwaabt.htm">Introduction to Active Server Pages</a>:</strong> Provides an overview of Active Server Pages.</li>
|
|
<li><strong><a href="iiwanew.htm">What's New in ASP</a>:</strong> Describes new features added in this release.</li>
|
|
<li><strong><A HREF="iiwachng.htm">Important Changes in ASP</A>:</strong> Describes functionality and behavior that has changed for this release.</li>
|
|
<li><strong><a href="ASPtut00.htm">ASP Tutorial</a>:</strong> Provides step-by-step instructional lessons for creating server-side scripts with ASP.</li>
|
|
|
|
</ul>
|
|
|
|
<p>This section does <em>not</em> contain information on:</p>
|
|
<ul>
|
|
<li>Fundamental concepts of writing server-side scripts with ASP; see <a href="iiwauslw.htm">Building ASP Pages</a>.</li>
|
|
<li>Information on writing more advanced scripts; see <a href="eadg8qpj.htm">Web Applications: An Overview</a>.</li>
|
|
</ul>
|
|
|
|
|
|
<hr class="iis" size="1">
|
|
<p align="center"><em><a href="/iishelp/common/colegal.htm">© 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
|
|
|
|
</font>
|
|
</body>
|
|
</html>
|