2025-03-27 15:05:14 +08:00

18 lines
486 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" Inherits="SuperMap.RealEstate.Web.UI.Page" %>
<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script language="javascript" type="text/javascript">
function RedirectToLogin()
{
document.location = "Portal/Login.aspx";
}
</script>
</head>
<body onload="RedirectToLogin()" >
<form id="form1" runat="server">
</form>
</body>
</html>