代码修改后的版本,全部提交
This commit is contained in:
20
Mtxfw.VipSite/js.aspx
Normal file
20
Mtxfw.VipSite/js.aspx
Normal file
@@ -0,0 +1,20 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" Codebehind="js.aspx.cs" Inherits="Mtxfw.VipSite.js" %>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<BODY>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
setTimeout("window.opener=null;window.open('','_self');window.close();", 10000);
|
||||
|
||||
|
||||
</script>
|
||||
</BODY>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user