|
|
FAQ
Return to FAQ
Q: Unspecified JavaScript error in IE7 on Windows 2003 Server SP1 or SP2.?
A: IE7 version 7.0.5730.11 on Windows 2003 server SP1 or SP2 receives an error when the user hovers the mouse over the Deluxe menu.
The same IE version running on Windows XP SP2 does not show the error. Because of the obscurification in the deluxe menu code it is hard to see exactly what the error is triggered by, however, it is in the area of text 'with(fl=co.filters[0])'.
The solution is to ensure that the values of the following two variables in the transitional effects settings of the data.js file are as follows:
var transDuration=0;
var transDuration2=0;
This will solve the problem.
Return to FAQ
|