Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
glebreck #1
Switch Accorion Pages with button?
I have a CFFORM which collects billing info from the customer. It is accordion
style. On the first page of the Accordion there is a Continue button. When the
user clicks the button I want the form to switch to the next Accordion page.
How do I do this? Here is the Code: <cfform name='checkout' format='flash'
width='500' skin='haloOrange'> <cfformgroup type='accordion'> <cfformgroup
type='page' label='Customer Info'> <cfformgroup type='horizontal'
label='Name'> <cfinput name='fName' type='text' label='First name'
width='100'> <cfinput name='lName' type='text' label='Last name'
width='100'> </cfformgroup> <cfinput name='address' type='text'
label='Address' width='300'> <cfinput name='City' type='text' label='City'
width='200'> <cfinput name='state' type='text' label='State' width='20'>
<cfinput name='zip' type='text' label='Zip' width='30'> <cfinput
name='cnext' type='button' value='Continue'> </cfformgroup>
<cfformgroup type='page' label='Billing Info'> <cfinput name='cname'
type='text' label='Name on Card' width='200'> <cfinput name='cNum'
type='text' label='Card Number' width='200'> <cfinput name='expdate'
type='text' label='Exp Date' mask='99/99/9999' width='100'> </cfformgroup>
</cfformgroup> </cfform>
glebreck Guest
-
Use Buttons to switch HTML Pages
I have Dreamweaver 8 (as part of Studio 8 Mac). I use OSX.3.9 on a G4-500, and OSX.4.7 on a PB17 !.67GB. I would like to have a home page with... -
Switch sounds
I would like to ask someone to help me how to write a lingo for each button from flash popup menu, which will allow me to switch sounds. Basically I... -
Trying to use a here doc within a switch
I'm trying to use here docs within a switch to output html. The code below works (i.e. prints a Foo1 headline below my tab graphic) but if I take... -
button click ... linking of 2 pages :-(((( --pls help!
hey hi... this in in continuation to my other post. i am trying hard and cannot find out whats the problem. i am getting crazy...please asp... -
Use of router and switch together
In article <ukFDc1iNDHA.2128@TK2MSFTNGP12.phx.gbl>, "JMF" <jfischer@teleport.com> wrote: I'm sorry, John, but I don't know the answer. I don't...



Reply With Quote

