CompTIA ITF+ (FC0-U61) — Question 119
The marketing department contacts the web development team and states that they are receiving inconsistent values in a newly launched form. Which of the following is MOST likely the problem?
Answer options
- A. Private browsing is being used by some clients visiting the site.
- B. Client-side scripting has been deactivated on some clients visiting the site.
- C. Legacy browsers that do not support scripting are being used by some clients.
- D. Server-side scripting has been deactivated by the server administrator.
Correct answer: B
Explanation
The correct answer is B because if client-side scripting is deactivated, the form may not function correctly, leading to inconsistent values. Option A is incorrect as private browsing does not inherently affect form values, option C is wrong since legacy browsers generally do not support modern scripting, and option D is not relevant as server-side scripting is not directly responsible for client-side form inconsistencies.