Hi,
I have no error but lot of warning (52), below some errors:
Avertissement : Erreur d'analyse de la valeur pour « cursor ». Déclaration abandonnée.
Fichier Source : http://localhost:8080/lrit/bu/EMSA/WebHelp/whskin_tbars.htm
Ligne : 97
Avertissement : Erreur d'analyse de la valeur pour « cursor ». Déclaration abandonnée.
Fichier Source : http://localhost:8080/lrit/bu/EMSA/WebHelp/whskin_tbars.htm
Ligne : 103
Avertissement : Propriété « vertial-align » inconnue. Déclaration abandonnée.
Fichier Source : http://localhost:8080/lrit/bu/EMSA/WebHelp/whgdata/whnvt30.htm
Ligne : 32
Avertissement : Propriété « mso-list » inconnue. Déclaration abandonnée.
Fichier Source : http://localhost:8080/lrit/bu/EMSA/WebHelp/INTRODUCTION.htm
Ligne : 0
I have the same warning when I load the file "index.htm" directly in firefox and the menu works fine.
I have inspected the html code with firebug and I have seen that the body of the iframe "tocIFrame" contains only this:
<script language="javascript1.2">
<!--
TocWriteFixedWidth(false,400);
TocInitPage();
//-->
</script>
When I load the file "index.htm" directly in Firefox (without use the javaservlet) and that I inspects the code, the content of the iframe "tocIFrame" contains the same javascript tag and lot of div tag.
Thank you for your help
Hi,
The script and errors you are seeing are as expected. Firebug has been know to give trouble in the past. But since you tried the output with an installation without any plugins, this can't be the problem.
When you feed the index.htm to Firefox directly, do you open the exact same file from the exact same location and using the same protocol (such as http://) as the help opened with the servlet?
If you are testing on two different locations, try testing the help the servlet opened.
If you are testing on the exact same file, my guess is that your servlet is breaking the Firefox rendering.
Greet,
Willam