<% Option Explicit %> <% Response.Buffer = true%> <% dim displayPage displayPage = Request.QueryString("displayPage") if displayPage = "" then displayPage = "default" end if SELECT CASE displayPage CASE "default" displayPage = "homePage.htm" CASE "email" displayPage = "emailMePage.htm" CASE "guestbook" displayPage = "guestbookPage.asp" CASE "photos" displayPage = "photoPage.asp" CASE "tlBase" displayPage = "tlBase\main.asp" END SELECT %> ::Tony Law's Official Homepage::