| 
      Return to Recent Questions With the licensed .js files of menu dhtml the status bar on IE shows "Error on page". 
 
 Q:
I updated .js files and added var key to data file.
 When I tested there is no nag tag. But the sub-menu no longer worked. (it
 worked before with "Trail Version" nag).
 The status bar on IE shows "Error on page".
 
 I am looking forward to your help.
 
 
 A:
Please, see menu parameters. Now you have:
 
 var menuBorderWidth="";
 var itemBorderWidth="";
 
 You should write:
 
 var menuBorderWidth=0;
 var itemBorderWidth=0;
 
 
 
 
 
 Return to Recent Questions
 
 
 |