You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
437 B
19 lines
437 B
<%@ page language="java" pageEncoding="utf-8" %>
|
|
|
|
<html><head>
|
|
<title>辅助业务管理系统</title>
|
|
|
|
</head>
|
|
|
|
<frameset name=mm rows="55,8,*,0" cols="*" frameborder="NO" border="0" framespacing="0">
|
|
|
|
<frame src="top.jsp" name="topFrame" scrolling="NO" noresize >
|
|
<frame name=go_top src="go_top.jsp" noResize scrolling="no" >
|
|
<frame src="first1024.jsp" name="mainFrame" noResize scrolling="auto">
|
|
|
|
|
|
</frameset>
|
|
|
|
</html>
|
|
|