forums
You are not logged in.
Hi, I have an error on my pages when displaying in IE6+. Firefox works fine. Any ideas why it won't show up in IE???
Thanks, Andrew
Site address is as follows:
http://www.uaf.edu/osp/
Location of arrays: http://www.uaf.edu/osp/s_arrays.js
The errors I'm getting are as following:
Line: 185
Char: 101
Error: Expected identifier, string or number
Code:0
URL: http://www.uaf.edu/osp/
Line: 17
Char: 475
Error: 's_rightToLeft' is undefined
Code:0
URL: http://www.uaf.edu/osp/
Offline
D'oh! Doesn't work in Opera either. Works in Firefox and Netscape fine...
Offline
I am checking it at the moment. Please stand by...
Offline
OK, I found the cause for the issues in IE and Opera. Just a couple of syntax errors:
1) For the "budgets" menu take a look at the following item:
{Show:'directcosts',U:'http://www.uaf.edu/osp/budgets/directcosts.html',T:'Direct Cost Categories',}, // delete the comma after the T property
2) For the "directcosts" menu take a look at the following item:
{U:'http://www.uaf.edu/osp/budgets/otherdirect.html',T:'Other Direct Costs',}, // delete the comma after the T property
These changes should fix the problem.
Offline