[Xerte] RE: No XML load on server
Dave Burnett
d_b_burnett at hotmail.com
Sat Dec 18 18:07:33 GMT 2010
Works in authoring, works when index.htm dragged onto browser locally.
Sits at onLoad event trap when run off server.
debugger.setText(FileLocation + 'brand_' + brand + '.xml');
myReq = new XML('<request user="dave"/>');
ifc.sendAndLoad(myReq, FileLocation + 'brand_' + brand + '.xml');
======================
OK, bumbled across it.
doesn't like:
myReq = new XML('<request user="dave"/>');
this works:
myReq = new XML();
If the server sees data in the request object does it wait for it to be processed or something?
I know with .asp you have to send a response, even if it's null or a single character.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20101218/fe76b25e/attachment.html
More information about the Xerte
mailing list