%@ Language=VBScript %> <%Option Explicit%> <% dim postMethod dim vState vState = "" postMethod = Request.ServerVariables("REQUEST_METHOD") if postMethod = "POST" then dim rstLeader dim sqlString dim vFirstName dim vMiddleName dim vLastName dim vAddress2 vState = Request.Form("cboState") set rstLeader = Server.CreateObject("ADODB.Recordset") sqlString = "SELECT * FROM " & TABLE_NAME & " WHERE (((" & HOME_STATE & ")='" & vState & "')) ORDER BY " & HOME_CITY rstLeader.Open sqlString, NDRFDB end if %>
|
|
<% if postMethod = "POST" then if not rstLeader.EOF and not rstLeader.BOF then rstLeader.MoveFirst while not rstLeader.EOF %>
<% rstLeader.MoveNext wend else Response.Write "No Cities Found" end if rstLeader.Close set rstLeader = nothing end if %>
|
Search NDRF or the Web:
The National Dysautonomia Research Foundation
(NDRF) has established this site to help inform afflicted patients, physicians
and the general public on the various forms of Dysautonomia. It is our desire to
give timely, as well as, accurate information, however NDRF will not be
responsible for the misinterpretation of the information provided.
Questions or problems regarding this web site should be directed to
. Medical questions and information, should be reviewed with your physician.
Copyright © 1999 NDRF. All rights reserved.
|