Skip to content

Tag Archives: radio button

Use JavaScript to update server side XML file.?

After loading the XML file into page, the user can select radio buttons to change the value of a XML file. After every radio button is selected I want to write back the XML file to the same location. Any help?

How to load xml file using radio button?

Just assume, I have 3 xml files (file1.xml, file 2.xml adnfile 3.xml); each file, contains fisrt and last name. How to load them to listbox using radio button? waht I mean is that I have three option to load them to a list box and I only want to load to listbox only the first [...]