An Active Server Pages Tutorial, Part 1 Beatrice NE

In a two-part introduction to the basics of plain ASP, the author walks you through the steps needed to employ scripts for creating dynamic Web pages.

Local Companies

Waitt Interactive
(402) 697-8017
1125 S 103rd St
Omaha, NE
Soho's Net Corp
(402) 399-1658
6818 Grover St
Omaha, NE
Cyberlaunch
(402) 498-9080
Omaha, NE
Mile Wide Media
(402) 925-2939
116 S Hyde St
Atkinson, NE
Jasniam Llc
(402) 334-3352
16572 Nina Cir
Omaha, NE
Assistant Cafe Inc
(402) 445-4125
6222 Karen St
Omaha, NE
Elime Design Studio
(308) 423-5397
70544 Avenue 335A
Benkelman, NE
Field of Dreams
(402) 551-1315
508 S 52nd St
Omaha, NE
Mbc Web Radio.Com
(402) 342-2220
1001 Farnam St
Omaha, NE
Letter Perfect Communications
(308) 487-6397
1849 County Road 74
Hemingford, NE

provided by: 
Originally published at Internet.com


SESSION 1

Introduction to Active Server Pages



Active Server Pages (ASP) is one of the most exciting and interesting Internet technologies ever created by Microsoft. With ASP, developers can build dynamic websites very easily. A script running on the server receives a request from the client and generates a customized HTML page, which will be returned to the client. ASP is available with Microsoft IIS (Internet Information Server). It is available only with the Windows NT operating system. If you are using Windows 98 or 2000, you can use Microsoft Personal Web Server to test your ASP scripts.
Overall Working of an ASP Page
1. Server receives the request for the ASP Page from the client 2. Server loads the ASP Page and executes the Script and HTML in the page. 3. A new HTML page is generated 4. It is then returned to the user and viewed in the browser.

Since pure HTML is generated, it obviously works on browsers such as Internet Explorer and Netscape.
How to Write an ASP Page


The script in an ASP page can be written by using Visual Basic Script, JavaScript, or JScript (or ECMAScript). JScript is the Microsoft Version of JavaScript. You should use Notepad or any other text editor to write your code. The most ideal tool for coding ASP is Microsoft Visual Interdev. After typing your code, you should save the file with the extension .asp if you use Notepad. If you are using Microsoft Visual Interdev, your .asp file is automatically saved as a .asp file. (See the end of this Session for more information about this tool.) ...

Read article at Internet.com site

Featured Local Company

Slide Arts Graphic Design

402-435-8424
5000 S 73 St
Lincoln, NE


Topics: 
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML