Tom - here you go:

<CFSET StateList =
"AL,AK,AR,AZ,CA,CO,CT,DC,DE,FL,GA,HI,IA,ID,IL,IN,KS,KY,LA,MA,MD,ME,MI,MN,MO,
MS,MT,NC,ND,NE,NH,NJ,NM,NV,NY,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VA,VT,WA,WI,WV,W
Y">

<CFSELECT NAME="state" SIZE="1">
   <OPTION>
   <CFLOOP LIST="#StateList#" INDEX="ThisState">
   <OPTION><CFOUTPUT>#ThisState#</CFOUTPUT>
   </CFLOOP>
  </CFSELECT>

Sincerely,
Shawnea Carter
----- Original Message -----
From: "Tom Rainey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 19, 2000 8:04 PM
Subject: U.S. states pull down menu


> Can someone direct me to a snippet somewhere for a U.S. states pull down
> menu?
>
> Thanks,
> Tom
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to