Problème avec l'affichage d'un menu
bojour,
j'ai créé un menu avec un programme approprié, je ne sais pas si j'ai le droit de citer son nom ou pas
ce programme crée un dossier sous WebContent et un fichier .js sous WebContent aussi
mais le problème c'est que le menu ne s'affiche pas, j'ai essayé avec un autre serveur autre que aapche tomcat et ca marche
voici le code
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<!-- DO NOT MOVE! The following linking code section must always be placed right AFTER the BODY tag-->
<script type="text/javascript">var MenuLinkedBy="//nom du programme [4]",awmMenuName="menu",awmBN="630";awmAltUrl="";</script><script charset="UTF-8" src="menu.js" type="text/javascript"></script><script type="text/javascript">awmBuildMenu();</script>
<h1>Menu</h1>
</body>
</html> |
j'ai changé la src par : /menu.js et puis par nom app/WebContent/menu.js et encore ca ne marche pas
merci de me fournir une solution car c important pour mois