spiderman0009
Technical User
Help, New to using objects. All my other example work. Can you please tell me if you have to have these objects installed on your server to access these objects. Or is this a pretty safe object to use? I am confused on this issue of objects. My hosting is here... Thank you Troy
<% Option Explicit %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<%
Dim filesys, txtfile
Set filesys = CreateObject("Scripting.FileSystemObject"
Set txtfile = filesys.CreateTextFile("txtfile.WriteLine("This is the first line of my new file!"
txtfile.Close
Set filesys = Nothing
%>
</body>
</html>
<% Option Explicit %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<%
Dim filesys, txtfile
Set filesys = CreateObject("Scripting.FileSystemObject"
Set txtfile = filesys.CreateTextFile("txtfile.WriteLine("This is the first line of my new file!"
txtfile.Close
Set filesys = Nothing
%>
</body>
</html>