You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AiShopping/AiGouWu\greybox\Login.aspx

16 lines
802 B

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="AiGouWu.Login" %>
<!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 id="Head1" runat="server">
<title>用户登录</title>
<script src="../Scripts/jquery-1.4.1.js" type="text/javascript"></script>
<script src="../Scripts/topCommon.js" type="text/javascript"></script>
<link href="../Styles/common.css" rel="stylesheet" type="text/css" />
<link href="../Styles/login.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function close() {
parent.parent.parent.location.reload();
parent.parent.parent.GB_hide();
}