PDA

View Full Version : Urgent.....handling dropdowns in xslt page


subbukns
03-06-06, 05:25 AM
Hi All,

I am facing an interesting problem. Pls, help me in this regard.
In my xslt I am having one drop down for bookmarks. This bookmark can be either type 'T' or type 'B'. if the selected bookmark is type 'T', I have to display a text box next to 1st dropdown ( i have to call some c++ component to return a xml string so that I can use that data to fille the 2nd dropdown ). If it is type 'B', I have to display 2nd dropdown with another list of items. I am using xslt and javascriptfor rendering the page.

Thanks in Advance.
Subbu.

King Coder
05-14-06, 09:01 PM
It seems pretty straight forward, so what are you having problems with?