Platform: Win2000 Server, IIS 5
Here is the server javascript ASP code:
var fs = Server.CreateObject("Scripting.FileSystemObject");
var path = Server.Mappath("test.template");
var tf = fs.CreateTextFile(path, true); //(line 37)
Here is the error:
Microsoft JScript...
Platform: Win2000 Server, IIS 5
Here is the server javascript ASP code:
var fs = Server.CreateObject("Scripting.FileSystemObject");
var path = Server.Mappath("test.template");
var tf = fs.CreateTextFile(path, true); //(line 37)
Here is the error:
Microsoft JScript...
Platform: Win2000 Server, IIS 5
Here is the server javascript ASP code:
var fs = Server.CreateObject("Scripting.FileSystemObject");
var path = Server.Mappath("test.template");
var tf = fs.CreateTextFile(path, true); //(line 37)
Here is the error:
Microsoft JScript...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.