<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>登陆页面</title>
<script type="text/javascript">
function OpenWindow() {
window.location.href = "Frame/Login.htm"; //要跳转到的页面的路径
}
</script>
</head>
<body οnlοad="OpenWindow()"> //页面加载时 调用该方法 实现页面跳转
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tr