Hi. I hope someone has an answer.. I have a block of code that I need the user 
to select an item before the code can continue. Here's the sample:

   <form id="cityListForm">
        <cfloop index="i" from="1" to="#arrayLen(cityNameSearch)#">
          <input type="radio" name="cityList" 
value="#cityNameSearch[i].XmlAttributes.id#"/>
          #cityNameSearch[i].XmlText#<br />
        </cfloop>
       </form>

1) How do I get the code to wait for user input? Can sleep be used to wait for 
an input?

2) Then how would I get the value of the radio button into a varible to use 
later on in the code?

I've been looking at do-whiles and sleeps, but nothing stands out on how to 
impliment

Thanks!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3873
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to