|
INSURANCE AGENTS BE SURE TO VISIT WWW.MRINS.COM |
||||||
|
|
|
Welcome
to the Richard H. Reynolds |
|
|
|
Input an insurance term or the first few letters to search the database.
<%
dim intX
intX = 1
rsTerm.MoveFirst
do while not rsTerm.EOF and intSearchLen > 0
if ucase(left(rsTerm.Fields("TERM"),intSearchLen)) = ucase(strSearch) then
Response.Write("" )
Response.Write( rsTerm.Fields("Term").Value )
Response.Write( "
") end if intX = intX + 1 rsTerm.MoveNext loop ' This is how I hot link from another page to a term ' ' %> |
|
Search for your term: <% 'Search Notice %> |
|
|
|
|
| Copyright © 1998-2003 by Botics Computer Consulting Services, Inc. All Rights Reserved. Text, graphics, and HTML code are protected by US and International Copyright Laws, and may not be copied, reprinted, published, translated, hosted, or otherwise distributed by any means without explicit permission. Trademarks and terms of use. |