<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml">
<%call check()%>
九天网页后台管理系统::数据库备份::
<%
dim action,start,index1
start=request.Form("start")
index1=request.Form("index")
action=request.QueryString("action")
if action=1 then
call admin()
call startdata(start,index1)
end if
sub startdata(start_d,index_d)
call f_s_o()
on error resume next
set copy_file=fi.getfile(server.MapPath(index1))
copy_file.copy server.MapPath(start)
if err=0 then
response.Write("")
else
response.Write("")
end if
end sub
%>