Click to See Complete Forum and Search --> : Dynamic Select list


aakil
09-30-2003, 03:57 AM
How can I add the contents of an xml file as the options for a select drop down list

Khalid Ali
09-30-2003, 08:59 AM
There are few options available for you to try,

1. On the client side
[ur=http://www.webreference.com/programming/javascript/xml/]check this link out[/url]
2.Parse XML data on the server side and create an html page dynamically with whatever you want.

Let me know if you require more detail on server side process,for client side the link above will give you all of the options available.

aakil
09-30-2003, 11:27 AM
thanks

i will come back to you later after refering to these