?? goto.jsp
字號:
<%@ page language="java" pageEncoding="GB2312" contentType="text/html;charset=GB2312" %>
<%@ include file="/common/taglibs.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title></title>
<script language="javascript">
<!--
function checkForm(form, url) {
if(url != "") {
form.action = url;
}
form.submit();
}
//-->
</script>
</head>
<body topmargin="0" leftmargin="0">
<html:form action="/sys/plate/searchPlate.html?method=searchPlatesByConditions">
<html:hidden property="pageCurrent"/>
<html:hidden property="id"/>
<html:hidden property="status"/>
<html:hidden property="parentid"/>
<input type="hidden" name="from" value="${from}">
<script language="javascript">
<!--
checkForm(document.plateForm, "");
//-->
</script>
</html:form>
<p> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -