E
E
e1s2017-08-07 10:43:15
JavaScript
e1s, 2017-08-07 10:43:15

Why did JavaScript stop working on Windows Server 2008 R2?

Suddenly, JavaScript stopped working on the server. It is on the server, the problem is not in the browser. Tried various browsers, it seems that the server is blocking the execution of scripts. What could be the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2017-08-07
@djQuery

Scripts are still executed on the client side, so the server cannot "block script execution". Look at the source code of the page in the browser: are all the scripts loaded (i.e. given by the server (servers))?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question