?? conwebsuccess.jsp
字號(hào):
<%@ page contentType="text/html;charset=8859_1" %>
<%@ page import="java.util.*"%>
<script language="JavaScript" src="/www/fuction/public.js"></script>
<html>
<head>
<script language="javascript">
function redirectit1()
{
alert("業(yè)務(wù)受理成功!");
window.location.href("/actionMgr/contactWebList.jsp");
}
</script>
</head>
<body onload="redirectit1()">
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -