Kbase P78331: Can not execute java script from webspeed page when Read permission is not given to browser client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/27/2004 |
|
Status: Unverified
SYMPTOM(s):
Can not execute java script from webspeed page
IIS
When mouse points to the image, "Error on page" is displayed in the display pane of the web page
The image is coded with java script
Http 403 error Read Access Denied
Http 403 received when manually executing the java script (.js) by following URL
http://host/scripts/myscript.js
The java script .js is located in scripts subfolder under IIS
The permissions for the .js file is set to Execute only, Read is not switched on
CAUSE:
When the image is pointed to, the client will try to read the referenced java script .js and execute it, because the web server does not give the client read access, thus error 403
FIX:
Switch on read access for .js in scripts folder