<% ' ' *** Modifying the Form's Search Scope. ' ' The form will search from the root of your web server's namespace and below ' (deep from "/" ). To search a subset of your server, for example, maybe just ' a PressReleases directory, modify the scope variable below to list the ' virtual path to search. The search will start at the directory you specify ' and include all sub-directories. FormScope = "\" ' ' *** Modifying the Number of Returned Query Results. ' ' You can set the number of query results returned on a single page ' using the variable below. PageSize = 10 ' ' You can set the total number of query results returned using the ' variable below. MaxResults = 300 ' ' *** Setting the Locale. ' ' The following line sets the locale used for queries. In most cases, this ' should match the locale of the server. You can set the locale below. SiteLocale = "EN-US" ' ' *** Enable saving active searches in session variables ' ' The following line enables using session state to save multi-page queries ' and avoid re-executing them when the user presses the Next Page button. ' This should be set FALSE if sessions are disabled using AspAllowSessionState. UseSessions = TRUE ' ********** END QUICK CUSTOMIZATION SECTIONS *********** %> <% ' Set Initial Conditions NewQuery = FALSE UseSavedQuery = FALSE SearchString = "" QueryForm = Request.ServerVariables("PATH_INFO") ' Did the user press a SUBMIT button to execute the form? If so get the form variables. if Request.ServerVariables("REQUEST_METHOD") = "POST" then SearchString = Request.Form("SearchString") Advanced = Request.Form("Advanced") ' NOTE: this will be true only if the button is actually pushed. if Request.Form("submitted") = "Yes" then NewQuery = TRUE RankBase=1000 NextPageNumber = -1 end if end if if Request.ServerVariables("REQUEST_METHOD") = "GET" then SearchString = Request.QueryString("qu") Advanced = Request.QueryString("Advanced") FormScope = Request.QueryString("sc") RankBase = Request.QueryString("RankBase") if Request.QueryString("pg") <> "" then NextPageNumber = Request.QueryString("pg") UseSavedQuery = UseSessions NewQuery = not UseSessions else NewQuery = SearchString <> "" NextPageNumber = -1 end if end if %> GITA Midwest
  .
MEMBERS ONLY LOGIN
User Name:
Password:
21
GIS for Oil & Gas Conference
Submit Your Abstract
See the Exhibit Floor

'09 Infrastructure Conference
Submit Your Abstract
View 2008 Conference Program

Emergency Response
Community of Practice
2008 Symposium Podcasts

Geospatial Technology Report
Order the 2008 GTR
Get More Information

Also Check Out
Membership Information
GITA Foundation
ROI Workbook
GeoWeb 2008
GIWIS

Midwest Regional Chapter


Executive committee members

President
Mike Preston
GIS Manager
Kirkham Michael
12700 West Dodge Road
Omaha, NE 68154
(402) 255-3834
E-mail: mpreston@kirkham.com
President-Elect
Shane Buscher
GIS Architect
Analysis & Information Systems (AIS)
Werner Enterprises
14507 Frontier Rd
Omaha, NE 68138
(402) 895-6640 x4515
E-mail: sbuscher@wernervas.com
Treasurer
Jeff McReynolds
Senior Project Manager, GIS
Metropolitan Utilities District
1723 Harney St
Omaha, NE 68102
(402) 504-7220
Fax: (402) 504-5220
E-mail: jeff_mcreynolds@mudnebr.com
Secretary
Tim Barton
Senior Environmental Specialist
Burns & McDonnell
9400 Ward Pkwy
Kansas City, MO 64114
(816) 822-3911
Fax: (816) 822-4299
E-mail: tbarton@burnsmcd.com

Copyright © GITA
The Premier Educational Association for GIS Professionals  |  Privacy Policy
home  |  about GITA  |  events  |  membership  |  chapters  |  resources  |  solution providers  |  GITA in action