Hi all,
Am trying to write my first web application that utilises XML rather than writing directly to a database. I can load the xml fine by using the xmlhttprequest which does the job however I haven’t been able to figure out how to save the XML back to the server.
I don’t mind if this is performed server side or client side however it needs to be achieved without any screen refresh. Have tried the approach shown in W3School but this requires another page to be opened which I don’t want to do.
If anyone can help me out here it would be much appreciated as I’m banging my head against the wall and it’s starting to hurt!
Cheers all.
Rob
Am trying to write my first web application that utilises XML rather than writing directly to a database. I can load the xml fine by using the xmlhttprequest which does the job however I haven’t been able to figure out how to save the XML back to the server.
I don’t mind if this is performed server side or client side however it needs to be achieved without any screen refresh. Have tried the approach shown in W3School but this requires another page to be opened which I don’t want to do.
If anyone can help me out here it would be much appreciated as I’m banging my head against the wall and it’s starting to hurt!
Cheers all.
Rob