Quote:
Originally Posted by corpaul
I'm 100% certain my Java is working correctly. Also, not only the Javascript is not loaded, but the complete HTML is not rendered
I have tried to update my .NET framework, DirectX and Internet Explorer but they were not the problem.
|
Java and JavaScript are two different things. Neither one is related with the rendering of HTML. JavaScript is used to manipulate content of the Website after it was rendered.
You could check the security settings of your Internet Explorer.
I could also imagine that some kind of security software interferes with loading the website properly.
Depending on whether you have XP or Vista you should try one of these:
Msconfig for Windows XP:
To Boot Clean in Windows XP
1. Click Start --> Run --> Type MSCONFIG --> Click OK
2. On the General tab, choose Selective Startup
3. Uncheck Process SYSTEM.INI file
4. Uncheck Process WIN.INI file
5. Uncheck Load Startup Items
6. Click on the Services tab
7. At the bottom, check Hide All Microsoft Services
8. Uncheck all boxes in the window or click the button labeled Disable All
6. Click OK
7. Click Restart
8. After reboot, run game to see if it works.
After performing the necessary steps, restore your system by doing the following:
1. Click Start --> Run --> Type MSCONFIG--> Click OK
2. On the General tab, choose Normal Startup
3. Click OK
4. Click YES, when asked to restart your computer
Based on
Will's post
Msconfig for Windows Vista:
To Boot Clean in Windows Vista
1. Click Start --> Run --> Type MSCONFIG --> Click OK
2. On the General tab, choose Selective Startup
3. Uncheck Load Startup Items
4. Select the Services tab
5. Check Hide all Microsoft services
6. Click Disable all
7. Click on OK
8. Click Restart.
9. After reboot, run game to see if it works.
After performing the necessary steps, restore your system by doing the following:
1. Click Start --> Run --> Type MSCONFIG--> Click OK
2. On the General tab, choose Normal Startup
3. Click Ok
4. Click Yes, when asked to restart your computer
Based on
Will's post