<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>If while I am developing a bit and I want to load some XML from my server, what's the trick?<br><br>ctrls.sendAndLoad(myReq, FileLocation + 'some.xml'); //trips onLoad event<br><br>ctrls.sendAndLoad(myReq, 'http://www.myserver.com/dave/some.xml'); // just sits at event trap<br><br>Dave<br>                                               </body>
</html>