📄 install7.asp
字号:
<%
Set fso = Server.CreateObject("Scripting.FilesyStemObject")
fso.deletefile Server.MapPath("install.htm")
fso.deletefile Server.MapPath("install1.htm")
fso.deletefile Server.MapPath("install2.asp")
fso.deletefile Server.MapPath("install3.asp")
fso.deletefile Server.MapPath("install4.asp")
fso.deletefile Server.MapPath("install5.asp")
fso.deletefile Server.MapPath("install6.asp")
fso.deletefile Server.MapPath("install7.asp")
fso.deletefile Server.MapPath("install.jpg")
Set fso = Nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<body bgcolor="buttonface" style="border: 3px double buttonface">
<fieldset style="padding: 2; width:472; height:296">
<legend>印象聊天室安装向导</legend>
<p align="center">
<input type="button" disabled value="<<BACK" name="B1" style="position: absolute; left: 29; top: 301"><input type="button" onclick="opener.location.href='default.asp';window.close();" value="NEXT>>" name="B2" style="position: absolute; left: 93; top: 301"></p>
<p align="center">恭喜你,聊天室已经成功安装</p>
</fieldset>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -