Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 23rd, 2005, 11:27 AM   #1
squishiful
Programmer
 
Join Date: Jun 2005
Location: Amittyville
Posts: 60
Rep Power: 4 squishiful is on a distinguished road
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...
squishiful is offline   Reply With Quote
Old Aug 23rd, 2005, 11:34 AM   #2
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Quote:
Originally Posted by squishiful
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>
shouldn't that line in bold be
set fso=nothing
%>
OpenLoop is offline   Reply With Quote
Old Aug 23rd, 2005, 11:39 AM   #3
squishiful
Programmer
 
Join Date: Jun 2005
Location: Amittyville
Posts: 60
Rep Power: 4 squishiful is on a distinguished road
it already is, but thanx
__________________
I steal hippos...
squishiful is offline   Reply With Quote
Old Aug 23rd, 2005, 11:53 AM   #4
squishiful
Programmer
 
Join Date: Jun 2005
Location: Amittyville
Posts: 60
Rep Power: 4 squishiful is on a distinguished road
oh yah srry
u were right
man I am blind
__________________
I steal hippos...
squishiful is offline   Reply With Quote
Old Aug 23rd, 2005, 11:54 AM   #5
squishiful
Programmer
 
Join Date: Jun 2005
Location: Amittyville
Posts: 60
Rep Power: 4 squishiful is on a distinguished road
darn it still doesn't work
__________________
I steal hippos...
squishiful is offline   Reply With Quote
Old Aug 23rd, 2005, 12:09 PM   #6
squishiful
Programmer
 
Join Date: Jun 2005
Location: Amittyville
Posts: 60
Rep Power: 4 squishiful is on a distinguished road
I figured it out:
I had norton antivirus and it had script blocking enabled
__________________
I steal hippos...
squishiful is offline   Reply With Quote
Old Aug 23rd, 2005, 1:01 PM   #7
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Quote:
Originally Posted by squishiful
I figured it out:
I had norton antivirus and it had script blocking enabled
ROFL
OpenLoop is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:36 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC