I
Select one:
a. type
b. name
c. id
d. value
Given a part of an ajax code that is used to run a server side script:
new XMLHttpRequest().open('POST', "someScript.php", true);
if 'someScript.php' has execution right x set to 0 (i.e., rwx rwx rwx --0 --0 --0) set to 0.
What would be the returned code from the server?
Select one:
a. 404
b. 403
c. 500
d. 200