Not really and perhaps I am going about it all wrong....
What I want to do is loop through my drop down list which is dynamically created. If a particular item is selected then I want to show a div tag below the select section and display a message with a hyperlink in it.
Basically - this is a help form. If the user selects an item that they can resolve on their own then I want to tell them that they can do this on their own, and give them the link on where this issue can be resolved.
I thought that by using an onChange if a particular ID is selected then it would trigger this function to display the information to the user.
Does that make more sense?
Main Topics
Browse All Topics





by: HonorGodPosted on 2007-12-12 at 07:38:27ID: 20457629
I'm sorry, but I'm a bit confused.
Here is the scenario as I understand it.
Given that the user makes a specific selection of a drop down list,
you want to use Ajax to contact an application on the server, and retrieve
a specific set of actions. When this response is received, you want to...
what? Create a new selection list?
Is that it?