Background
I have a page coded in .Net 1.1 and it has two dropdown lists A & B. Any changes to dropdown A will change the number of items in dropdown B which has some sample Javascript behind it. The only complicated bit is that it has a 5.2 MB lookup file (the file contains Javascript but located in a aspx file) which is located in a aspx file.
Where the fun begins
This has been running perfectly find in IE6 and management wants to upgrade all the browser to IE 7. This very page works in some IE 7 like my office, but it doesn't work in my client's office. The location of the web server is at a 3rd party location, so my office location has nothing to do why it works.
What I have noticed
I can download and open that massive 5.2 MB lookup file fine in my office. When I try to download that file in my client's office by right clicking download, it works fine too. However, when I tried to open that file in IE7, it always throws a syntax error on the same line which I can't see anything wrong with that line.
I hope someone can give me some ideas!! Also, firefox is not an option, so don't ask me to open it in firefox.