With the licensed .js files of tab menu javascript the status bar on IE start shows "Error on page".
Return to Recent Questions
Q:
After the purchase I updated .js files and added var key to data file of my tab menu javascript.
When I tested there is no nag message. But the sub-menus 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 tab menu javascript parameters. Now you have:
var menuBorderWidth="";
var itemBorderWidth="";
You should write:
var menuBorderWidth=0;
var itemBorderWidth=0;
These parameters cannot be empty.
Return to Recent Questions
Related:
|