MainMa
08-29-2003, 05:43 AM
I have a problem with file I/O. My server supports only JavaScript and SSI (Server Side Includes). I try to write something to a file, called "data.txt" from a page:
http://mapictures.by.ru/readfile.htm
The script of this page is:
<!--#exec cmd="echo abc > data.txt" -->
When I run the script, my Internet Explorer shows me a blank page, and "data.txt" stays like it was before.
What is wrong?
PS. IE do not show any error.
http://mapictures.by.ru/readfile.htm
The script of this page is:
<!--#exec cmd="echo abc > data.txt" -->
When I run the script, my Internet Explorer shows me a blank page, and "data.txt" stays like it was before.
What is wrong?
PS. IE do not show any error.