install7.asp
来自「基于ASP开发的聊天室源码」· ASP 代码 · 共 28 行
ASP
28 行
<%
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 + =
减小字号Ctrl + -
显示快捷键?