Using XML to create html files

Nathan

Perch
I am storing dynamicaly created pages as static ones.

I am using XMLHttp.Responsetext to get the page html and then I am saving it to my server.

It all works fine, however, some of the pages do not save, even if they are of a small size.

The message I get implies that the "tfile.write" that I am doing to write to the file is not valid anymore and it throws an "invalid procedure call or argument" error.

Any help would be very welcome.

Nathan





What I am having trouble with is
 
Back
Top