![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
Join Date: Jun 2005
Location: Amittyville
Posts: 60
Rep Power: 4
![]() |
What is wrong with this code?
Every time I try to read/write to a file the page will not load, everything else works though. I am using Sun One on windows apache. Help pleaz!
<html>
<body>
<%Response.Expires=-1%>
<%
set fso=Server.CreateObject("Scripting.FileSystemObject")
set fname = fso.CreateTextFile("c:\test2.txt", true)
fname.WriteLine("Hello World!")
fname.Close
set fname=nothing
set fs=nothing
%>
</body>
</html>
__________________
I steal hippos... |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|