While we are at this topic. Couple of days ago I tried to have a look around as to what happens if we visit this site with a non-IE browser. So, I opened the site using opera and got the default not-supported message. After that I masked opera as IE and reloaded the page. There you go, the site opens fine. It seemed to be rendering fine. Then, I had a look around at a few things to see what doesn't work. First thing I had a look at was the search engine, this is used to search for colleges according to various parameters like faculty, zone, etc. Cut off and fees part of the colleges works as expected too. I can also download and view all forms and brochures in the download section. I am able to register with the site. While filling the application form, it gets stuck at add/edit colleges Here's what the relevant code of the add/edit colleges column is -----xxxxx----- <img src="../Images/edit.gif" title="Click to Add/Update" onclick="OpenPopUpCollegeCode(event)" onmouseover="ChangeCursorStyleHand(event)" onmouseout="ChangeCursorStyleDefault(event)" alt="Click Me" style="cursor: default"/> -----xxxxx----- These is some javascript being used on the page but am not sure which part is being used on the relevant section. I have also pastebin'ed the page's code if someone wants to try their hand at it without going through the registration process - http://pastebin.com/m26fd43e8 So, this is the only page so far that I have encountered an error with. If solved, I will proceed further and look to finish with the process.