Starting Our Interface

In the last chapter, you created the simple home page, shown in Listing 2.1.

Code Listing 2.1. index.asp: Our simple home page
<H1>Primary Outpost</H1>
Your source for science fiction news.
<P>
We will put current news here.
<P>
<A href="news/news.asp">News</A>
<BR><A href="news/archives.asp">Archives</A>
<P>
<A href="bazaar/bazaar.asp">The Bazaar</A>
<BR>
<A href="auction/auctions.asp">Auctions</A>
<BR>
<A href="mySpace/mySpace.asp">mySpace</A>
<BR>
<A href="register.asp">Register</A>

http://localhost/index.asp

This is the file you're going to start changing.

Note

If you are not building this project on your local machine, you'll need to adjust the URL's we discuss accordingly. For instance, if you build the project ...

Get Active Server Pages 3.0 from Scratch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.