|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hie everybody .
I want to insert the information in xml as a database using html forms through javascript or vbscript only . I tried a lot to search about this but couldn't find . Is there anybody who could give suggestion on this matter? |
|
#2
|
||||
|
||||
|
while it is possible to read in the xml information via javascript. It, I believe, is impossible to write to files with javascript...as it should be. Javascript is not meant to interact like this.
I would suggest you look into a server-side scripting language to interact with a database of any kind. -Teflon |
|
#3
|
||||
|
||||
|
Thread title changed - dipak, please make sure that your thread title has some relevance to your thread's content. "help me" et al are useless as thread titles.
javascript cannot access a user's file system, with the exception of cookies (which exist on the user's file system). You could have the XML modified by the user via javascript, then re-submitted for processing on the server however, which is basically what Teflon already suggested.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Using vbscript or javascript to edit XML files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|