US Geological ServiceUS Geological Survey
Gap Analysis Program Home page Gap Analysis Program Home page Gap Analysis Program links page Overview of the Gap Analysis Program Gap Analysis Program meetings page Gap Analysis Program Research and Applications page Gap Analysis Program projectse page Gap Analysis Program tools page Gap Analysis Program Bulletin BoardsGap Analysis program

<%Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open Application("DSN_TS") Session("StateAbbreviation") = Request("StateAbbreviation") Set RSState = Conn.Execute("SELECT * FROM vstatespecificcontacts WHERE Abbreviation = '" & Session("StateAbbreviation") & "'") Session("StateName") = RSState("Name") Session("StateID") = RSState("StateID") If (Request.QueryString("StateAbbreviation") <> "") And (Request.QueryString ("StateName") <> "") Then Response.Write("Continue to " & Request.QueryString("StateName") & " CD-ROM Products") End If %>