%@ LANGUAGE="vbscript"%> <% Dim objFSO, Path, objFile, strTesto Path = Server.MapPath("public/ippuntoc.txt") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.OpenTextFile(Path) strTesto = objFile.ReadLine objFile.Close Set objFile = Nothing Set objFSO = Nothing %>
|
|
<%=strTesto%>