为什么菜单栏显示不出来?
各位大侠,你们好,小弟在做一个系统时候想实现分页框,把一个页面分成左右两边,
并且在最上边有两个显示菜单代码:
<%@ include file="/public/head.jsp"%>
<%@ include file="fdk.jsp"%>
下面的左右就显示不出来了!
代码如下:
<%@ page contentType="text/html;charset=GBK" %>
<%@ page language="java" import="java.sql.*"%>
<jsp:useBean id="conn" scope="page" class="sanhe.conn"/>
//<%@ include file="/public/head.jsp"%>
//<%@ include file="fdk.jsp"%>
<html>
<head>
<title>产品展览</title>
</head>
<Frameset cols="10%,*" border=0 frameborder=0 framespacing=5 scrolling="no">
<frame name="myleft" src="left.jsp" scrolling="no" noresize marginhight=2 marginwidth=2>
<frame name="myright" src="right.jsp" frameborder=0 noresize marginhight=2 marginwidth=2>
</Frameset>
</html>
如果在上面的代码中不要那两个显示菜单代码的话下面的左右两部门就可以显示出来,请问怎么能实现我的最上面是我的菜单显示消息,下面是分页显示!昨天一天都没有解决,谢谢了!在线等!