ASP Material 01
ASP Material 01
Apple Mac OS
IBM/AIX
Creating ASP Pages
To create ASP pages, you need access to a computer with a Web
server that supports Active Server Pages technology. Microsoft
Web Server: Personal Web Server and Internet Information Server.
After you have a Web server installed, you can create ASP pages
in your Web site’s root physical directory, or in subdirectories of
the root physical directory, and view the result of these ASP pages
through a standard Web browser. Because ASP pages are
processed completely on the server-side and only return HTML to
the client, any Web browser can be used to view ASP pages. There
are no restrictions on the client-side. ASP pages, like regular HTML
Web pages, are simply text files on the Web server. To create an
ASP page, all you really need, after you’ve installed the Web
server, is a text editor, such as Notepad. Creating an ASP page
that displays the square roots of the numbers between 1 and 10.
& “<BR>”
9. Next
10. %>
11. </BODY></HTML>
Application Events
On start
On end
Session Events
On start
On end