When you say ColdFusion are you on MX 7 still here as with all your previous posts?
If that is the case then your best option is using JS to change the values depending on what you selected. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sat, Sep 10, 2011 at 1:21 PM, Mo Lay <[email protected]> wrote: > > Hi Peers, > > another though one for me of course :) > > I have a drop downlist with values ( legume, fruit ...) > under fruit let say i have : fruit name : apple , qty : 5 , / fruit name : > orange , qty 3 > > i want to implement 3 forms in the same page that talk to each other and > thatcan be visible only if the proper link is clicked.. > > scenario : > > 1st form has DDL with ( fruit or legumes) > if i choose Fruit , i will have the following populating : > > 1st form showing > form1 > -------------------------- > Appple 5 hyperlink1:edit > Orange 3 hyperlink2:edit > > hyperlink3 : Add a new fruit name. > ---------------------------------- > once i click on the yperlink2 or hyperlink3 i should have another form2 > under the 1st where i can edit the information and update it > > form2 > -------------------------- > Apple 5 update > -------------------------- > > and if i click the hyperlink 23, i need to have the form3 in the same > position as the 2nd one but here the form3 will give me the ability to add a > new fruit > > > form3 > ------------------------------ > fruit name : > qty : > Add > > ---------------------- > > all this in Coldfusion or HTML ... > > any idea how can i proceed ? > > thanks lot > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5576 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
