2

I am unable to access certain websites from my PC viz. google.com, gmail.com , stackoverflow.com, etc. However, I am able to access facebook.com, twitter.com, infoq.com etc. Currently I am accessing Google via proxy server. I suspect that the problem might exist with websites that have used ASP for scripting. Please suggest a solution to the problem that I am facing.

4 Answers4

2

When you say "does not load", what happens? Does the page show up blank, or is there a browser error? If there is a browser error, what does it say? Does the page start to load but never finish?

nhinkle
  • 37,661
1

could be your hosts file, some virus's update it.

If not that, try with other web browsers (Firefox, Opera, Safari)

David Roussel
  • 626
  • 6
  • 5
1

The difference in language used to build the sites is a red herring. By the time your browser sees the data it's all HTML and JavaScript.

Have you got a JavaScript blocker running?

If so has it been set to block all scripts or just scripts from some sites?

If it's just some sites, is it those sites on your list of inaccessible ones?

ChrisF
  • 41,540
0

Could be a DNS issue if not access-restriction. try setting your DNS to 4.2.2.2 or 4.2.2.3

s_ruchit
  • 303