I have an xml database that contains the contact info for employees. I've written an interface that displays this info according to different groups, but now I'd like to be able to have each user edit their own info.
I've created a form who's different fields display the corresponding user's info (an activeX control reads the current login and javascript searches the xml and displays the right info as default values). I'd like for the user to be able to change the text in those fields and have a button or link that would write the updated info back to the xml document.
I've been reading tutorials, but all I've been able to discover has been on appending data to xml documents; I've found nothing on editing pre-existing data.
Any help would be appreciated. I'm very familiar with JavaScript, slightly experienced with the XMLDOM, and okay with VBScript, but would rather use JavaScript as I'm much more comfortable with it.
I've created a form who's different fields display the corresponding user's info (an activeX control reads the current login and javascript searches the xml and displays the right info as default values). I'd like for the user to be able to change the text in those fields and have a button or link that would write the updated info back to the xml document.
I've been reading tutorials, but all I've been able to discover has been on appending data to xml documents; I've found nothing on editing pre-existing data.
Any help would be appreciated. I'm very familiar with JavaScript, slightly experienced with the XMLDOM, and okay with VBScript, but would rather use JavaScript as I'm much more comfortable with it.