Having a small problem with : xmlFile.send

I have everything working great, the data is being written to the xml File accordingly and also retrieved.

However when running, the following simply will not work:

xmlFile.send(“saveXML.asp”);

In order to get it to work ,I have to use the following:

xmlFile.send(“saveXML.asp”, “_blank”);

This code works great. But the problem is everytime I click save I get a new window, hence the _blank, which is really a pain as it is going to frustrate people who use it.

Can anyone explain why this is happening, and is there a work around??

Thx

Trev