cobalt
Jun 2003
 Senior Member
|
:edit: I was asking a bit much in this post. Running before I could walk, the next post down has a much simpler request, that once I get right should be easy to expand. :edit:
Thanks for the code Dwaggy, it does work well, but isn’t quite what I need.
In my actual brief the different selections with the <Select> statement should produce radical difference in the <textarea>. Meaning a one word select option may need to produce a paragraph of text.
I have used the code on this page http://www.felgall.com/jstip22a.htm to create 2 select options.
Select1 and Select2, with Select2 options dynamically changing depending on which option is picked in Select1.
The only problem being is that I need a <textarea> to dynamically change when different options are picked within select2.
The end user should pick an option in select1, this will limit the options available in select2. When something is then picked from select2 the text area should produce a paragraph displaying the details of the select2 option.
The code I have works, with select2 being dynamically created from select1, but what I need now is for textarea to by dynamically created from select2.
I wish I could explain it a bit better, but hopefully you get the idea.
Any idea how I would go about it?
Last edited by cobalt on 02-04-2007 at 06:30 PM
Report this post to a moderator | IP: Logged
|