FC0-U71 · Question #106
A user clicks a link to a web page to view a document, but nothing happens. Which of the following is most likely the issue?
The correct answer is A. Scripting is disabled. Many web pages rely on JavaScript (scripting) to trigger actions such as opening a document viewer, initiating a file download, or launching an overlay/modal. If scripting is disabled in the browser, clicking a link that depends on a JavaScript event handler will produce no…
Question
A user clicks a link to a web page to view a document, but nothing happens. Which of the following is most likely the issue?
Options
- AScripting is disabled.
- BThe security settings are too high.
- CPop-up blockers are enabled.
- DThe web certificate is invalid.
How the community answered
(54 responses)- A70% (38)
- B4% (2)
- C17% (9)
- D9% (5)
Explanation
Many web pages rely on JavaScript (scripting) to trigger actions such as opening a document viewer, initiating a file download, or launching an overlay/modal. If scripting is disabled in the browser, clicking a link that depends on a JavaScript event handler will produce no response - nothing happens. Pop-up blockers would typically show a blocked notification, high security settings often display a warning, and an invalid web certificate would generate a security error page rather than complete silence.
Topics
Community Discussion
No community discussion yet for this question.