Salve vorrei realizzare il menu presente in questa pagina:
http://www.menujavascript.org/menu-...ontal-menu.html
Fin a qui, nessun problema!
Dovrei però creare una pagina che includa questo menù e una pagina "intestazione.jsp", che non contiene altro che un' intestazione, un footer e un background.Di seguito vi posto il codice di "intestazione.jsp". Grazie anticipatamente a chi mi aiuterà. Ciao
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<link href="<%=request.getContextPath()%>/css/mio_css_verde.css" rel="stylesheet">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<!--logo linkato-->
<center> <a href="http://www.--------.it" >
<img src="<%=request.getContextPath()%>/images/logoFides.jpg"/>
</a></center>
<!--end logo ----- linkato-->
<!--logo SRD linkato-->
<center> <a href="<%=request.getContextPath()%>/index.jsp" >
<img src="<%=request.getContextPath()%>/images/scritta_SRD.jpg"/>
</a></center>
<!--end logo SRD linkato-->
<div >
<center> <p class="footerHome">© 2008-09 ----- Consulting S.r.l. <br>
<a href="http://www.-----.it">Ciao</a>
</p>
</center>
</div>
</head>
</html>
http://www.menujavascript.org/menu-...ontal-menu.html
Fin a qui, nessun problema!
Dovrei però creare una pagina che includa questo menù e una pagina "intestazione.jsp", che non contiene altro che un' intestazione, un footer e un background.Di seguito vi posto il codice di "intestazione.jsp". Grazie anticipatamente a chi mi aiuterà. Ciao
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<link href="<%=request.getContextPath()%>/css/mio_css_verde.css" rel="stylesheet">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<!--logo linkato-->
<center> <a href="http://www.--------.it" >
<img src="<%=request.getContextPath()%>/images/logoFides.jpg"/>
</a></center>
<!--end logo ----- linkato-->
<!--logo SRD linkato-->
<center> <a href="<%=request.getContextPath()%>/index.jsp" >
<img src="<%=request.getContextPath()%>/images/scritta_SRD.jpg"/>
</a></center>
<!--end logo SRD linkato-->
<div >
<center> <p class="footerHome">© 2008-09 ----- Consulting S.r.l. <br>
<a href="http://www.-----.it">Ciao</a>
</p>
</center>
</div>
</head>
</html>