accassessresult_1.htm

来自「台湾华南银行系统框架」· HTM 代码 · 共 33 行

HTM
33
字号
<%@ page language="java" contentType="text/html; charset=BIG5" pageEncoding="BIG5"%>

<%@taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
<%@taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<link href="../../css/mainstyle.css" rel="StyleSheet"
	type="text/css" />
</HEAD>
<title></title>

</head>

<script>
function init() {
    document.getElementById("T7").focus();
}

function checkInputData(form){

		window.location.href = 'accAssessResult_2.htm';	
}

</script>

<body class="mainBody" onload="init();">

<table border="0" width="100%" id="table8" cellspacing="0" cellpadding="0">
	<tr>
		<td width="2%"><img border="0" src="../../images/title2.gif" width="23" height="23"></td>
		<td width="98%" class="PageTitle">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?