<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Works in authoring, works when index.htm dragged onto browser locally.<br>Sits at onLoad event trap when run off server.<br><br>debugger.setText(FileLocation + 'brand_' + brand + '.xml');<br><br>myReq = new XML('&lt;request user="dave"/&gt;');<br>ifc.sendAndLoad(myReq, FileLocation + 'brand_' + brand + '.xml');<br><br><br>======================<br><br>OK, bumbled across it.<br><br>doesn't like:<br>myReq = new XML('&lt;request user="dave"/&gt;');<br><br>this works:<br>myReq = new XML();<br><br><br>If the server sees data in the request object does it wait for it to be processed or something?<br>I know with .asp you have to send a response, even if it's null or a single character. <br>                                               </body>
</html>