<%
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject ")
set f=fs.CreateTextFile("c:\test.txt",true)
var = ip ????
time = ora attuale
f.WriteLine(var + time)
f.close
set f=nothing
set fs=nothing
%>
Mi manca pero come reperire l' ip e
come l' ora e come aggiungere ogni volta il tutto
nello stesso file

Rispondi quotando