Jump to content

Restricted Combo Boxes from XML nodes/attributes


Brett_UK_coder

Recommended Posts

Hi,I want to have 3 combo boxes, the first restricting the 2nd and the 2nd restricting the 3rd. I originally set out to do this by having an xml file with my data in and an xsl file to style the data into 3 seperate combo boxes, but they were not restricitng based on the values. I spoke with a colleague who has suggested the best way is to do away with the xsl, and load the xml and query the combo boxes all in my html file using javscript.I was using the xmlhttprequest example found on this site to load the xml and xsl files originally.Could someone please provide me with the code for populating a single combo box from an xml node using javascript to get me started. I might then be able to see whats going on a add the functionallity for the other 2 combo boxes myself. ThanksBrett

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...